|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Method Summary | |
java.lang.String |
getProtocol()
Returns the protocol of this adaptor |
boolean |
isRunning()
Returns whether this adaptor has been started and not been stopped. |
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 |
Methods inherited from interface mx4j.adaptor.rmi.RMIAdaptorMBean |
clearJNDIProperties, clearNamingProperties, getHostAddress, getHostName, getJNDIName, getJNDIProperties, getNamingProperties, putJNDIProperty, putNamingProperty, setJNDIName |
Method Detail |
public void start() throws java.rmi.RemoteException, javax.naming.NamingException
RMIAdaptorMBean
start
in interface RMIAdaptorMBean
java.rmi.RemoteException
javax.naming.NamingException
RMIAdaptorMBean.stop()
,
RMIAdaptorMBean.isRunning()
public void stop() throws java.rmi.NoSuchObjectException, javax.naming.NamingException
RMIAdaptorMBean
stop
in interface RMIAdaptorMBean
java.rmi.NoSuchObjectException
javax.naming.NamingException
RMIAdaptorMBean.start()
public boolean isRunning()
RMIAdaptorMBean
isRunning
in interface RMIAdaptorMBean
RMIAdaptorMBean.stop()
public java.lang.String getProtocol()
RMIAdaptorMBean
getProtocol
in interface RMIAdaptorMBean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |