|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RMIAdaptorMBean
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 |
|---|
void start()
throws java.lang.Exception
java.lang.Exceptionstop(),
isRunning()
void stop()
throws java.lang.Exception
java.lang.Exceptionstart()boolean isRunning()
stop()java.lang.String getProtocol()
java.lang.String getJNDIName()
void setJNDIName(java.lang.String name)
void putJNDIProperty(java.lang.Object property,
java.lang.Object value)
clearJNDIProperties()
void putNamingProperty(java.lang.Object property,
java.lang.Object value)
void clearJNDIProperties()
putJNDIProperty(java.lang.Object, java.lang.Object)void clearNamingProperties()
java.util.Properties getJNDIProperties()
putJNDIProperty(java.lang.Object, java.lang.Object)java.util.Properties getNamingProperties()
java.lang.String getHostName()
java.lang.String getHostAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||