Interface Unwrap
-
public interface Unwrap
Unwrap objects to allow the underlying object (not resource managed) to be returned. Calling this is at the customer's own risk and means that no support will be provided for resource management issues.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
unwrap()
Unwrap the object to return the underlying object.
-
-
-
Method Detail
-
unwrap
Object unwrap()
Unwrap the object to return the underlying object. Note that unwrapping a connection is done at the customer's own risk and means that no support will be provided for resource management issues.- Returns:
- the underlying object.
-
-