|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.carol.util.multi.ProtocolCurrent
Class ProtocolCurrent
For handling the association Rmi/ Thread
Method Summary | |
java.util.Hashtable |
getContextHashtable()
Get the Context Hashtable |
static ProtocolCurrent |
getCurrent()
Method getCurrent |
javax.naming.Context |
getCurrentInitialContext()
Get current protocol Initial Context |
javax.rmi.CORBA.PortableRemoteObjectDelegate |
getCurrentPortableRemoteObject()
Get current protocol PROD |
java.lang.String |
getCurrentRMIName()
Get current protocol RMI name |
java.util.Hashtable |
getPortableRemoteObjectHashtable()
Get the Portable Remote Object Hashtable |
void |
setDefault()
set the default protocol |
void |
setRMI(java.lang.String s)
This method if for setting one rmi context |
java.lang.String |
toString()
To string method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static ProtocolCurrent getCurrent()
public void setRMI(java.lang.String s)
s
- the rmi namepublic void setDefault()
public java.util.Hashtable getPortableRemoteObjectHashtable()
public java.util.Hashtable getContextHashtable()
public javax.rmi.CORBA.PortableRemoteObjectDelegate getCurrentPortableRemoteObject()
public javax.naming.Context getCurrentInitialContext()
public java.lang.String getCurrentRMIName()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |