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