Uses of Class
com.tangosol.application.ContainerAdapter
Packages that use ContainerAdapter
Package
Description
Contains classes supporting the Coherence Container.
Contains basic cluster interfaces and factories.
- 
Uses of ContainerAdapter in com.tangosol.applicationMethods in com.tangosol.application with parameters of type ContainerAdapterModifier and TypeMethodDescriptionContainerAdapter.CoherenceFactory.createCoherence(ContainerAdapter adapter, ContainerAdapter.DefaultContext context) Create aCoherenceinstance.ContainerAdapter.DefaultCoherenceFactory.createCoherence(ContainerAdapter adapter, ContainerAdapter.DefaultContext context) 
- 
Uses of ContainerAdapter in com.tangosol.netFields in com.tangosol.net declared as ContainerAdapterModifier and TypeFieldDescriptionprotected ContainerAdapter[]DefaultCacheServer.GarServer.m_aAdapterAn array of ContainerAdapters managed by this GarServer.Methods in com.tangosol.net that return types with arguments of type ContainerAdapterModifier and TypeMethodDescriptionDefaultCacheServer.GarServer.getContainers()Return the list ofContainerAdapters activated by this GarServer.Methods in com.tangosol.net with parameters of type ContainerAdapterModifier and TypeMethodDescriptionprotected ContainerContextDefaultCacheServer.instantiateContext(String sTenant, ContainerAdapter adapter) Factory pattern: instantiate the SimpleContextConstructors in com.tangosol.net with parameters of type ContainerAdapterModifierConstructorDescriptionSimpleContext(String sTenant, ContainerAdapter adapter) Construct the SimpleContext for a given tenant.