|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.carol.util.configuration.RMIConfiguration
Field Summary | |
java.lang.String |
rmiName
RMI Architecture name |
Constructor Summary | |
RMIConfiguration(java.lang.String name,
java.util.Properties rmiProperties,
java.util.Properties jndiProperties)
Constructor, This constructor make a validation of the properties |
Method Summary | |
void |
activate()
activate this rmi |
void |
desactivate()
desactivate this rmi |
java.util.Properties |
getJndiProperties()
|
java.lang.String |
getName()
|
java.lang.String |
getPro()
|
boolean |
isActivate()
|
java.lang.String |
toString()
to String method return the String for this context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String rmiName
Constructor Detail |
public RMIConfiguration(java.lang.String name, java.util.Properties rmiProperties, java.util.Properties jndiProperties) throws RMIConfigurationException
name
- the RMI architecture namermiProperties
- The rmi properties, can not be nulljndiProperties
- The jndi properties, should be null
if the jndi properties informations
are set in the rmiProperties
RMIConfigurationException
- if one of the properties below missing:
-
- to be set (see the carol specifications)
-Method Detail |
public java.lang.String getName()
public void activate()
public void desactivate()
public boolean isActivate()
public java.lang.String getPro()
public java.util.Properties getJndiProperties()
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 |