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