Interface ManagedObject
-
- All Known Subinterfaces:
AsynchronousManagedObject,ContextAwareManagedObject,CoordinatingManagedObject<O>
- All Known Implementing Classes:
AbstractHttpServerImplementationTest.CancelConnectionManagedObjectSource,AccessControlManagedObjectSource.AccessControlManagedObject,ApplicationContextManagedObjectSource,ClassManagedObject,DataSourceManagedObjectSource,GoogleIdTokenVerifierManagedObjectSource,H2DataSourceManagedObjectSource,H2ReadOnlyConnectionManagedObjectSource,HttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject,HttpApplicationStateManagedObjectSource,HttpRequestObjectManagedObjectSource.HttpRequestObjectManagedObject,HttpResourceCacheManagedObjectSource,HttpResourceStoreManagedObjectSource,HttpSecurityExecuteManagedObjectSource,HttpSessionManagedObject,HttpSessionObjectManagedObject,InMemoryJwtAuthorityRepositoryManagedObjectSource,InMemoryJwtAuthorityRepositoryManagedObjectSource,JpaManagedObjectSource.JpaManagedObject,MockCredentialStoreManagedObjectSource,PasswordFileManagedObjectSource,PayPalHttpClientManagedObjectSource,PostgreSqlDataSourceManagedObjectSource,PostgreSqlReadOnlyConnectionManagedObjectSource,ProcessAwareServerHttpConnectionManagedObject,ReadOnlyConnectionManagedObjectSource,ServletServicerManagedObjectSource,Singleton,SpringBeanManagedObjectSource,TestManagedObject,TestObject
public interface ManagedObjectCore interface of a Managed Object.
Additional managed functionality is available by implementing the following interfaces:
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetObject()Obtains the object being managed.
-