Searched defs:connected (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/notification/
H A DNotificationReceiver.java79 private boolean connected = false; field in class:NotificationReceiver
110 if (connected)
130 connected = true;
147 if (connected)
194 connected = false;
/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/
H A DUrlConnector.java71 /** Abstract class that implements the JMXConnector connected to a URL.
169 * @throws IOException if could not be connected
186 if (connected()) {
300 private boolean connected() { method in class:UrlConnector
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DAbstractDeploymentFacility.java91 private boolean connected; field in class:AbstractDeploymentFacility
180 connected = true;
199 connected = false;
493 throw new IllegalStateException(localStrings.getLocalString("enterprise.deployment.client.disconnected_state", "Not connected to the Domain Admin Server"));
498 * Reports whether the deployment facility is connected.
499 * @return true if connected, false otherwise
502 return connected;

Completed in 849 milliseconds