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