Package org.jboss.as.ejb3.subsystem
Class ClusterPassivationStoreResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.ejb3.subsystem.LegacyPassivationStoreResourceDefinition
-
- org.jboss.as.ejb3.subsystem.ClusterPassivationStoreResourceDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
@Deprecated public class ClusterPassivationStoreResourceDefinition extends LegacyPassivationStoreResourceDefinition
Deprecated.- Author:
- Paul Ferraro
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.capability.RuntimeCapability<Void>CLUSTER_PASSIVATION_STORE_CAPABILITYDeprecated.static StringCLUSTER_PASSIVATION_STORE_CAPABILITY_NAMEDeprecated.protected static StringINFINISPAN_CACHE_CONTAINER_CAPABILITY_NAMEDeprecated.
-
Method Summary
-
Methods inherited from class org.jboss.as.ejb3.subsystem.LegacyPassivationStoreResourceDefinition
registerAttributes
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
INFINISPAN_CACHE_CONTAINER_CAPABILITY_NAME
protected static final String INFINISPAN_CACHE_CONTAINER_CAPABILITY_NAME
Deprecated.- See Also:
- Constant Field Values
-
CLUSTER_PASSIVATION_STORE_CAPABILITY_NAME
public static final String CLUSTER_PASSIVATION_STORE_CAPABILITY_NAME
Deprecated.- See Also:
- Constant Field Values
-
CLUSTER_PASSIVATION_STORE_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> CLUSTER_PASSIVATION_STORE_CAPABILITY
Deprecated.
-
-