Interface ContextService

  • All Superinterfaces:
    com.sun.enterprise.config.serverbeans.BindableResource, ConcurrencyResource, org.jvnet.hk2.config.ConfigBeanProxy, jakarta.validation.Payload, org.jvnet.hk2.config.types.PropertyBag, com.sun.enterprise.config.serverbeans.Resource

    @ResourceConfigCreator(commandName="create-context-service")
    @ResourceTypeOrder(deploymentOrder=CONTEXT_SERVICE)
    @ReferenceConstraint(skipDuringCreation=true,
                         payload=ContextService.class)
    @UniqueResourceNameConstraint(message="{resourcename.isnot.unique}",
                                  payload=ContextService.class)
    public interface ContextService
    extends org.jvnet.hk2.config.ConfigBeanProxy, com.sun.enterprise.config.serverbeans.Resource, com.sun.enterprise.config.serverbeans.BindableResource, ConcurrencyResource, jakarta.validation.Payload
    Concurrency context service resource definition
    • Method Detail

      • getIdentity

        @DuckTyped
        String getIdentity()
        Specified by:
        getIdentity in interface com.sun.enterprise.config.serverbeans.BindableResource
        Specified by:
        getIdentity in interface com.sun.enterprise.config.serverbeans.Resource