Searched defs:getConnectionId (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectionNotification.java188 public String getConnectionId() { method in class:JMXConnectionNotification
194 * @see #getConnectionId()
H A DJMXConnector.java298 public String getConnectionId() throws IOException; method in interface:JMXConnector
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java105 public String getConnectionId() throws IOException; method in interface:RMIConnection
H A DRMIConnectionImpl.java209 public String getConnectionId() throws IOException { method in class:RMIConnectionImpl
H A DRMIConnector.java335 connectionId = getConnectionId();
362 public synchronized String getConnectionId() throws IOException { method in class:RMIConnector
365 logger.trace("getConnectionId","["+this.toString()+
373 return connection.getConnectionId();
1637 connectionId = getConnectionId();

Completed in 64 milliseconds