Class DomainExtensionResolver

java.lang.Object
com.sun.enterprise.config.serverbeans.DomainExtensionResolver
All Implemented Interfaces:
CrudResolver

@Service public class DomainExtensionResolver extends Object implements CrudResolver
Resolver for an DomainExtension type. The type instance is accessed as a DomainExtension from the Domain.
Author:
tmueller
  • Constructor Details

    • DomainExtensionResolver

      public DomainExtensionResolver()
  • Method Details

    • resolve

      public <T extends org.jvnet.hk2.config.ConfigBeanProxy> T resolve(org.glassfish.api.admin.AdminCommandContext context, Class<T> type)
      Description copied from interface: CrudResolver
      Retrieves the existing configuration object a command invocation is intented to mutate.
      Specified by:
      resolve in interface CrudResolver
      Parameters:
      context - the command invocation context
      type - the type of the expected instance
      Returns:
      the instance or null if not found