|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Management interface for the Naming MBean
Field Summary | |
static java.lang.String |
OBJECT_NAME
The default object name for this MBean |
Method Summary | |
int |
getPort()
Returns the port on which the rmiregistry is running |
boolean |
isRunning()
Returns whether this MBean has been started and not yet stopped. |
void |
setPort(int port)
Sets the port on which the rmiregistry will run. |
void |
start()
Starts the rmiregistry, that now can accept incoming calls |
void |
stop()
Stops the rmiregistry, that now cannot accept anymore incoming calls |
Field Detail |
public static final java.lang.String OBJECT_NAME
Method Detail |
public int getPort()
public void setPort(int port)
public void start() throws java.rmi.RemoteException
stop()
public void stop() throws java.rmi.NoSuchObjectException
start()
public boolean isRunning()
start()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |