|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.util.List |
getAccountRefNames()
Returns a java.util.List of Account references. |
int |
getCurrentActiveReplicas()
Returns number of current active replicas |
java.util.List |
getCustomerRefNames()
Returns a java.util.List of Customer references. |
java.lang.String |
getJNDIHostName()
Returns a host name where the global JNDI server is running. |
int |
getNumberOfReplicas()
Returns the number of active replicas |
java.util.List |
getTransactionRefNames()
Returns a java.util.List of Transaction references. |
Method Detail |
public java.lang.String getJNDIHostName() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.util.List getTransactionRefNames() throws java.rmi.RemoteException
java.util.List
of Transaction references.
The client must take these values and use them to get actual object from the JNDI server.
java.rmi.RemoteException
public java.util.List getAccountRefNames() throws java.rmi.RemoteException
java.util.List
of Account references.
The client must take these values and use them to get actual object from the JNDI server.
java.rmi.RemoteException
public java.util.List getCustomerRefNames() throws java.rmi.RemoteException
java.util.List
of Customer references.
The client must take these values and use them to get actual object from the JNDI server.
java.rmi.RemoteException
public int getNumberOfReplicas() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getCurrentActiveReplicas() throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |