|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.panoptes.controller.MBeanConnectionController
Controller for MBeanConnections
Constructor Summary | |
MBeanConnectionController(MainController mainController)
|
Method Summary | |
void |
addMBeanServerConnection(java.lang.String name,
java.lang.String host,
int rmiPort,
boolean connectImmediately)
Called by the NewNodeWizard when it is done. |
void |
connectToMBeanServer(MBeanServerComponent conn)
/* Helper method for connecting to an MBeanServer. |
void |
newMBeanConnectionWizard()
Runs the new MBeanComponent connection wizard. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MBeanConnectionController(MainController mainController)
Method Detail |
public void newMBeanConnectionWizard()
public void addMBeanServerConnection(java.lang.String name, java.lang.String host, int rmiPort, boolean connectImmediately)
name
- rmiPort
- connectImmediately
- public void connectToMBeanServer(MBeanServerComponent conn)
conn
- the server to connect to
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |