Package com.opencloud.rem.service.rhino
Interface RhinoServiceConnectionSource.ConnectionHandle
-
- Enclosing interface:
- RhinoServiceConnectionSource
public static interface RhinoServiceConnectionSource.ConnectionHandle
A handle for the connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MBeanServerConnection
get()
Gets the underlying connection.void
release()
Releases this connection.
-
-
-
Method Detail
-
get
MBeanServerConnection get()
Gets the underlying connection.- Returns:
- the
MBeanServerConnection
to Rhino
-
release
void release()
Releases this connection.
-
-