Class AbstractManagedObject<T extends ConfigurationClient>

java.lang.Object
org.forgerock.opendj.config.client.spi.AbstractManagedObject<T>
Type Parameters:
T - The type of client configuration represented by the client managed object.
All Implemented Interfaces:
ManagedObject<T>, PropertyProvider

public abstract class AbstractManagedObject<T extends ConfigurationClient> extends Object implements ManagedObject<T>
An abstract managed object implementation.