Package org.jboss.as.ejb3.subsystem
Class EJB3RemoteResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.ejb3.subsystem.EJB3RemoteResourceDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class EJB3RemoteResourceDefinition extends org.jboss.as.controller.SimpleResourceDefinitionAResourceDefinitionfor the EJB remote service- Author:
- Jaikiran Pai, Richard Achmatowicz
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONNECTOR_CAPABILITY_NAMEstatic StringEJB_REMOTE_CAPABILITY_NAMEprotected static StringINFINISPAN_CACHE_CONTAINER_CAPABILITY_NAMEstatic EJB3RemoteResourceDefinitionINSTANCEprotected static StringREMOTE_TRANSACTION_SERVICE_CAPABILITY_NAMEprotected static StringREMOTING_ENDPOINT_CAPABILITY_NAMEprotected static StringTHREAD_POOL_CAPABILITY_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)voidregisterChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
CONNECTOR_CAPABILITY_NAME
public static final String CONNECTOR_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
INFINISPAN_CACHE_CONTAINER_CAPABILITY_NAME
protected static final String INFINISPAN_CACHE_CONTAINER_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
REMOTE_TRANSACTION_SERVICE_CAPABILITY_NAME
protected static final String REMOTE_TRANSACTION_SERVICE_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
REMOTING_ENDPOINT_CAPABILITY_NAME
protected static final String REMOTING_ENDPOINT_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
THREAD_POOL_CAPABILITY_NAME
protected static final String THREAD_POOL_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
EJB_REMOTE_CAPABILITY_NAME
public static final String EJB_REMOTE_CAPABILITY_NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final EJB3RemoteResourceDefinition INSTANCE
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.SimpleResourceDefinition
-
registerChildren
public void registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerChildrenin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerChildrenin classorg.jboss.as.controller.SimpleResourceDefinition
-
-