Uses of Interface
com.sun.enterprise.config.serverbeans.DomainExtension
-
Packages that use DomainExtension Package Description com.sun.enterprise.config.serverbeans -
-
Uses of DomainExtension in com.sun.enterprise.config.serverbeans
Subinterfaces of DomainExtension in com.sun.enterprise.config.serverbeans Modifier and Type Interface Description interfaceManagedJobConfigThis config bean will define parameters for Managed jobs A Managed job is a commands which is annotated with either @ManagedJob,@Progress or running with --detachMethods in com.sun.enterprise.config.serverbeans with type parameters of type DomainExtension Modifier and Type Method Description static <P extends DomainExtension>
booleanDomain.Duck. checkIfExtensionExists(Domain d, Class<P> configBeanType)<T extends DomainExtension>
TDomain. getExtensionByType(Class<T> type)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type DomainExtension Modifier and Type Method Description List<DomainExtension>Domain. getExtensions()
-