Interface CoordinatingManagedObject<O extends Enum<O>>

All Superinterfaces:
ManagedObject
All Known Implementing Classes:
AccessControlManagedObjectSource.AccessControlManagedObject, ClassManagedObject, HttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject, HttpExternalResponseManagedObjectSource.HttpExternalResponseManagedObject, HttpRequestObjectManagedObjectSource.HttpRequestObjectManagedObject, HttpSessionManagedObject, HttpSessionObjectManagedObject, JpaManagedObjectSource.JpaManagedObject, SpringArgumentManagedObjectSource.SpringArgumentManagedObject, SpringBeanManagedObjectSource, TestManagedObject, TestObject

public interface CoordinatingManagedObject<O extends Enum<O>> extends ManagedObject

Provides the ability for the ManagedObject to obtain references to the Objects of other ManagedObject instances.

Optionally implemented by the ManagedObject provider.

Author:
Daniel Sagenschneider