| |
|
| com.tc.admin.common.XTreeNode com.tc.admin.common.ComponentNode com.tc.admin.ServerNode
ServerNode | public class ServerNode extends ComponentNode implements ConnectionListener,NotificationListener(Code) | | All connection actions go through the ServerConnectionManager, which calls back through ConnectionListener. The
ServerConnectionManager handles auto-connecting, active-connection monitoring, and connection-state messaging. A JMX
notification handler (handleNotification) informs when the server goes from started->active state.
|
m_tryAddingDSONode | SynchronizedBoolean m_tryAddingDSONode(Code) | | |
ServerNode | ServerNode(String host, int jmxPort, boolean autoConnect)(Code) | | |
connect | void connect()(Code) | | Called when the user clicks the Connect button. Not used when auto-connect is enabled.
|
disconnect | void disconnect()(Code) | | Called when the user clicks the Disconnect button. Used whether or not auto-connect is enabled.
|
disconnectOnExit | void disconnectOnExit()(Code) | | |
doShutdown | void doShutdown()(Code) | | |
getActivateTime | long getActivateTime()(Code) | | |
getServerStatusColor | Color getServerStatusColor()(Code) | | |
getShutdownAction | ShutdownAction getShutdownAction()(Code) | | |
getStartTime | long getStartTime()(Code) | | |
handleActivation | void handleActivation()(Code) | | |
handleConnection | public void handleConnection()(Code) | | Callback from the ConnectDialog.
|
handleDisconnect | void handleDisconnect()(Code) | | |
handleException | public void handleException()(Code) | | Callback from the ConnectDialog.
|
handlePassiveStandby | void handlePassiveStandby()(Code) | | |
handlePassiveUninitialized | void handlePassiveUninitialized()(Code) | | |
handleStarting | void handleStarting()(Code) | | |
hasConnectionException | boolean hasConnectionException()(Code) | | |
isActive | boolean isActive()(Code) | | |
isAutoConnect | boolean isAutoConnect()(Code) | | |
isConnected | boolean isConnected()(Code) | | |
isPassiveStandby | boolean isPassiveStandby()(Code) | | |
isPassiveUninitialized | boolean isPassiveUninitialized()(Code) | | |
isStarted | boolean isStarted()(Code) | | |
setPort | void setPort(int port)(Code) | | |
setVersionMismatchDialog | void setVersionMismatchDialog(JDialog dialog)(Code) | | |
shutdown | void shutdown()(Code) | | |
tearDown | public void tearDown()(Code) | | |
Fields inherited from com.tc.admin.common.XTreeNode | final protected static int MENU_SHORTCUT_KEY_MASK(Code)(Java Doc)
|
|
|
|