|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.util.configuration.CarolCurrentConfiguration
Class CarolCurrentConfiguration
For handling active
configuration
Method Summary | |
static CarolCurrentConfiguration |
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 |
getNewContextHashtable(java.util.Hashtable env)
Get the Context Hashtable |
java.util.Hashtable |
getPortableRemoteObjectHashtable()
Get the Portable Remote Object Hashtable |
java.util.Properties |
getRMIProperties(java.lang.String name)
Get RMI properties |
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 CarolCurrentConfiguration getCurrent()
public void setRMI(java.lang.String s)
s
- the rmi namepublic void setDefault()
public java.util.Hashtable getPortableRemoteObjectHashtable()
public java.util.Hashtable getNewContextHashtable(java.util.Hashtable env) throws javax.naming.NamingException
javax.naming.NamingException
public javax.rmi.CORBA.PortableRemoteObjectDelegate getCurrentPortableRemoteObject()
public javax.naming.Context getCurrentInitialContext() throws javax.naming.NamingException
javax.naming.NamingException
public java.util.Properties getRMIProperties(java.lang.String name) throws javax.naming.NamingException
javax.naming.NamingException
public java.lang.String getCurrentRMIName()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |