Interface Wrapper<T>
-
- Type Parameters:
T- The wrapped type
- All Known Implementing Classes:
LdapConnectionWrapper,MonitoringLdapConnection
public interface Wrapper<T>An interface for defining wrapper objects. An implementation of this class MUST implementTas well- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Twrapped()Returns the wrapped object.
-
-
-
Method Detail
-
wrapped
T wrapped()
Returns the wrapped object.- Returns:
- The wrapped object
-
-