|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Method Summary | |
void |
clearJNDIProperties()
Resets the JNDI properties set for this adaptor. |
void |
clearNamingProperties()
|
java.lang.String |
getHostAddress()
Returns the host address on which this adaptor is running |
java.lang.String |
getHostName()
Returns the host name on which this adaptor is running |
java.lang.String |
getJNDIName()
Returns the JNDI name under which this RMI Adaptor is registered |
java.util.Properties |
getJNDIProperties()
Returns the JNDI properties for this adaptor. |
java.util.Properties |
getNamingProperties()
|
java.lang.String |
getProtocol()
Returns the protocol of this adaptor |
boolean |
isRunning()
Returns whether this adaptor has been started and not been stopped. |
void |
putJNDIProperty(java.lang.Object property,
java.lang.Object value)
Puts a JNDI property in the environment for the JNDI Initial Context used by this adaptor. |
void |
putNamingProperty(java.lang.Object property,
java.lang.Object value)
|
void |
setJNDIName(java.lang.String name)
Sets the JNDI name under which the RMI adaptor should be registered. |
void |
start()
Starts this adaptor, so that it can accept incoming calls |
void |
stop()
Stops this adaptor, so that it does not accept incoming calls anymore |
Method Detail |
public void start() throws java.lang.Exception
stop()
,
isRunning()
public void stop() throws java.lang.Exception
start()
public boolean isRunning()
stop()
public java.lang.String getProtocol()
public java.lang.String getJNDIName()
public void setJNDIName(java.lang.String name)
public void putJNDIProperty(java.lang.Object property, java.lang.Object value)
clearJNDIProperties()
public void putNamingProperty(java.lang.Object property, java.lang.Object value)
public void clearJNDIProperties()
putJNDIProperty(java.lang.Object, java.lang.Object)
public void clearNamingProperties()
public java.util.Properties getJNDIProperties()
putJNDIProperty(java.lang.Object, java.lang.Object)
public java.util.Properties getNamingProperties()
public java.lang.String getHostName()
public java.lang.String getHostAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |