Interface ManagedObject
-
- All Known Subinterfaces:
AsynchronousManagedObject
,ContextAwareManagedObject
,CoordinatingManagedObject<O>
- All Known Implementing Classes:
AbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource
,AccessControlManagedObjectSource.AccessControlManagedObject
,ApplicationContextManagedObjectSource
,ClassManagedObject
,CosmosAsyncClientManagedObjectSource
,CosmosAsyncDatabaseManagedObjectSource
,CosmosAsyncEntitiesManagedObjectSource
,CosmosClientManagedObjectSource
,CosmosDatabaseManagedObjectSource
,CosmosEntitiesManagedObjectSource
,DataSourceManagedObjectSource
,DynamoDbMapperManagedObjectSource
,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 ManagedObject
Core 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.Object
getObject()
Obtains the object being managed.
-