Uses of Interface
com.sun.enterprise.config.serverbeans.Domain
-
-
Uses of Domain in com.sun.enterprise.admin.servermgmt.cli
Constructors in com.sun.enterprise.admin.servermgmt.cli with parameters of type Domain Constructor Description DomainXmlVerifier(Domain domain)DomainXmlVerifier(Domain domain, PrintStream out) -
Uses of Domain in com.sun.enterprise.config.modularity.command
Methods in com.sun.enterprise.config.modularity.command with parameters of type Domain Modifier and Type Method Description protected ConfigAbstractConfigModularityCommand. getConfigForName(String targetName, org.glassfish.hk2.api.ServiceLocator serviceLocator, Domain domain) -
Uses of Domain in com.sun.enterprise.config.serverbeans
Fields in com.sun.enterprise.config.serverbeans declared as Domain Modifier and Type Field Description protected DomainCopyConfig. domainMethods in com.sun.enterprise.config.serverbeans that return Domain Modifier and Type Method Description DomainConfigBeansUtilities. getDomain()Constructors in com.sun.enterprise.config.serverbeans with parameters of type Domain Constructor Description ConfigBeansUtilities(Applications paramApps, Domain paramDomain) -
Uses of Domain in com.sun.enterprise.config.util
Constructors in com.sun.enterprise.config.util with parameters of type Domain Constructor Description PortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer) -
Uses of Domain in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return Domain Modifier and Type Method Description DomainConnectorRuntime. getDomain() -
Uses of Domain in com.sun.enterprise.connectors.util
Fields in com.sun.enterprise.connectors.util declared as Domain Modifier and Type Field Description protected DomainResourcesUtil. domain -
Uses of Domain in com.sun.enterprise.security.admin.cli
Fields in com.sun.enterprise.security.admin.cli declared as Domain Modifier and Type Field Description protected DomainSecureAdminCommand. domainprotected DomainSecureAdminUpgradeHelper. domainMethods in com.sun.enterprise.security.admin.cli that return Domain Modifier and Type Method Description protected DomainSecureAdminUpgradeHelper. writableDomain() -
Uses of Domain in com.sun.enterprise.server.logging.logviewer.backend
Methods in com.sun.enterprise.server.logging.logviewer.backend with parameters of type Domain Modifier and Type Method Description voidLogFilterForInstance. downloadAllInstanceLogFiles(org.glassfish.hk2.api.ServiceLocator habitat, Server targetServer, Domain domain, Logger logger, String instanceName, String tempDirectoryOnServer, String instanceLogFileDirectory)FileLogFilterForInstance. downloadGivenInstanceLogFile(org.glassfish.hk2.api.ServiceLocator habitat, Server targetServer, Domain domain, Logger logger, String instanceName, String domainRoot, String logFileName, String instanceLogFileName)List<String>LogFilterForInstance. getInstanceLogFileNames(org.glassfish.hk2.api.ServiceLocator habitat, Server targetServer, Domain domain, Logger logger, String instanceName, String instanceLogFileDetails) -
Uses of Domain in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin with parameters of type Domain Modifier and Type Method Description com.sun.enterprise.v3.admin.V2DottedNameSupport.TreeNode[]V2DottedNameSupport. getAliasedParent(Domain domain, String prefix) -
Uses of Domain in com.sun.enterprise.v3.admin.cluster
Constructors in com.sun.enterprise.v3.admin.cluster with parameters of type Domain Constructor Description ClusterCommandHelper(Domain domain, CommandRunner runner)Construct a ClusterCommandHelper -
Uses of Domain in com.sun.enterprise.v3.server
Fields in com.sun.enterprise.v3.server declared as Domain Modifier and Type Field Description protected DomainApplicationLifecycle. domainprotected DomainApplicationLoaderService. domain -
Uses of Domain in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type Domain Modifier and Type Method Description protected StringVirtualServer. getDefaultContextPath(Domain domain, ApplicationRegistry appRegistry)Gets the context root of the web module that the user/configuration has designated as the default-web-module for this virtual server.protected WebModuleConfigVirtualServer. getDefaultWebModule(Domain domain, WebArchivist webArchivist, ApplicationRegistry appRegistry)voidVirtualServer. setDomain(Domain domain) -
Uses of Domain in fish.payara.nucleus.microprofile.config.source
Fields in fish.payara.nucleus.microprofile.config.source declared as Domain Modifier and Type Field Description protected DomainPayaraConfigSource. domainConfiguration -
Uses of Domain in org.glassfish.admin.amx.impl.config
Methods in org.glassfish.admin.amx.impl.config that return Domain Modifier and Type Method Description DomainAMXConfigLoader. getDomain()DomainAMXConfigStartupService. getDomain() -
Uses of Domain in org.glassfish.admin.amx.impl.j2ee
Methods in org.glassfish.admin.amx.impl.j2ee that return Domain Modifier and Type Method Description protected DomainJ2EEManagedObjectImplBase. getDomain() -
Uses of Domain in org.glassfish.admin.rest.cli
Constructors in org.glassfish.admin.rest.cli with parameters of type Domain Constructor Description SecurityUtil(Domain domain) -
Uses of Domain in org.glassfish.admin.rest.resources.custom
Fields in org.glassfish.admin.rest.resources.custom declared as Domain Modifier and Type Field Description protected DomainSystemPropertiesCliResource. domain -
Uses of Domain in org.glassfish.appclient.server.core
Fields in org.glassfish.appclient.server.core declared as Domain Modifier and Type Field Description protected DomainAppClientDeployer. domain -
Uses of Domain in org.glassfish.config.support
Constructors in org.glassfish.config.support with parameters of type Domain Constructor Description PropertyResolver(Domain domain, String instanceName) -
Uses of Domain in org.glassfish.deployment.admin
Fields in org.glassfish.deployment.admin declared as Domain Modifier and Type Field Description protected DomainListComponentsCommand. domainMethods in org.glassfish.deployment.admin with parameters of type Domain Modifier and Type Method Description static Collection<? extends AccessRequired.AccessCheck>DeploymentCommandUtils. getAccessChecksForExistingApp(Domain domain, Applications applications, String target, Collection<String> matchedVersions, String appAction, String appRefAction)Prepares AccessChecks for an application already deployed to one or more targets, returning an access check for the application itself and access checks for each matching version on whatever targets to which it is assigned.static Collection<? extends AccessRequired.AccessCheck>DeploymentCommandUtils. getAccessChecksForNewApp(Domain domain, Applications applications, String target, String action)Returns access checks for a new application (not already deployed) and for the corresponding app ref(s) given the specified target.static StringDeploymentCommandUtils. getResourceNameForApps(Domain d)static StringDeploymentCommandUtils. getResourceNameForExistingApp(Domain d, String appName)static StringDeploymentCommandUtils. getResourceNameForNewApp(Domain d, String appName)static StringDeploymentCommandUtils. getTargetResourceNameForExistingApp(Domain d, String target, String appName)static StringDeploymentCommandUtils. getTargetResourceNameForExistingAppRef(Domain d, String target, String appName)static StringDeploymentCommandUtils. getTargetResourceNameForNewApp(Domain d, String target)static StringDeploymentCommandUtils. getTargetResourceNameForNewAppRef(Domain d, String target)static StringDeploymentCommandUtils. getTargetResourceNameForNewAppRef(Domain d, String target, String appName)static ActionReport.ExitCodeDeploymentCommandUtils. replicateEnableDisableToContainingCluster(String commandName, Domain domain, String target, String appName, org.glassfish.hk2.api.ServiceLocator habitat, AdminCommandContext context, AdminCommand command)Replicates an enable or disable command to all instances in the cluster of which the target is a member. -
Uses of Domain in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common with parameters of type Domain Modifier and Type Method Description static StringDeploymentUtils. getVirtualServers(String target, ServerEnvironment env, Domain domain) -
Uses of Domain in org.glassfish.ejb.startup
Fields in org.glassfish.ejb.startup declared as Domain Modifier and Type Field Description protected DomainEjbDeployer. domain -
Uses of Domain in org.glassfish.jms.admin.cli
Methods in org.glassfish.jms.admin.cli with parameters of type Domain Modifier and Type Method Description protected MQJMXConnectorInfoJMSDestination. _getMQJMXConnectorInfo(String targetName, JmsService jmsService, Class mqRAClassName, ServerContext serverContext, Config config, Domain domain)protected MQJMXConnectorInfoJMSDestination. getMQJMXConnectorInfo(String target, Config config, ServerContext serverContext, Domain domain, ConnectorRuntime connectorRuntime)protected MQJMXConnectorInfo[]JMSDestination. getMQJMXConnectorInfos(String target, Config config, ServerContext serverContext, Domain domain, ConnectorRuntime connectorRuntime) -
Uses of Domain in org.glassfish.loadbalancer.admin.cli
Methods in org.glassfish.loadbalancer.admin.cli with parameters of type Domain Modifier and Type Method Description voidApplyHttpLbChanges. publish(ConnectionManager _connectionManager, Domain domain, String lbConfigName)publishes the loadbalancer.xml to the physical loadbalancer. -
Uses of Domain in org.glassfish.loadbalancer.admin.cli.helper
Methods in org.glassfish.loadbalancer.admin.cli.helper with parameters of type Domain Modifier and Type Method Description static LoadbalancerReaderLbConfigHelper. getLbReader(Domain domain, ApplicationRegistry appRegistry, String lbConfigName)exports the loadbalancer.xml from the config to the outputstream providedstatic LoadBalancerLbConfigHelper. getLoadBalancer(Domain domain, String lbName) -
Uses of Domain in org.glassfish.loadbalancer.admin.cli.reader.impl
Methods in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type Domain Modifier and Type Method Description static WebModuleReader[]ClusterReaderHelper. getWebModules(Domain domain, ApplicationRegistry appRegistry, List<ApplicationRef> refs, String target)Returns the web module readers for a set of application refs.Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type Domain Constructor Description ClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, Cluster cluster)ClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, ClusterRef clusterRef)InstanceReaderImpl(Domain domain, Server server)InstanceReaderImpl(Domain domain, ServerRef ref)ConstructorLoadbalancerReaderImpl(Domain domain, ApplicationRegistry appRegistry, Set<String> clusters, Properties properties)LoadbalancerReaderImpl(Domain domain, ApplicationRegistry appRegistry, LbConfig lbConfig)StandAloneClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, Server server)StandAloneClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, ServerRef ref) -
Uses of Domain in org.glassfish.security.services.commands
Methods in org.glassfish.security.services.commands with parameters of type Domain Modifier and Type Method Description static SecurityConfigurationCLIUtil. findSecurityConfiguration(Domain domain, String serviceName, ActionReport report)static SecurityProviderCLIUtil. findSecurityProvider(Domain domain, String serviceName, String providerName, ActionReport report) -
Uses of Domain in org.glassfish.security.services.impl
Methods in org.glassfish.security.services.impl with parameters of type Domain Modifier and Type Method Description static AuthenticationServiceAuthenticationServiceFactory. getAuthenticationServiceConfiguration(Domain domain)Helper function to obtain the Authentication Service configuration from the Domain.static <T extends SecurityConfiguration>
TServiceFactory. getSecurityServiceConfiguration(Domain domain, Class<T> type)Get the security service configuration for the specified service type.
-