Package | Description |
---|---|
weblogic.deploy.api.tools |
Provides convenience classes to obtain a
WebLogicDeploymentManager , populate a configuration for an application, and
create a new or updated deployment plan. |
weblogic.health |
Provides interfaces for
weblogic.health . |
weblogic.jms |
Factory used in implementing the optional JMS Server Session Pool
feature.
|
weblogic.jms.common |
Provides exceptions for
weblogic.jms.common . |
weblogic.jms.extensions |
WebLogic Server extensions to JMS.
|
weblogic.management |
Provides for the configuration, control and monitoring of a WebLogic Domain.
|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.deploy |
Provides for deploying applications and standalone modules to server instances and clusters in a WebLogic Server domain.
|
weblogic.management.deploy.internal |
Provides interfaces for
weblogic.management.deploy.internal . |
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
weblogic.management.mbeanservers.domainruntime |
Provides interfaces for
weblogic.management.mbeanservers.domainruntime . |
weblogic.management.mbeanservers.edit |
Provides interfaces and exceptions for
weblogic.management.mbeanservers.edit . |
weblogic.management.mbeanservers.edit.internal |
Provides interfaces for
weblogic.management.mbeanservers.edit.internal . |
weblogic.management.mbeanservers.runtime |
Provides interfaces for
weblogic.management.mbeanservers.runtime . |
weblogic.management.provider.internal |
Provides interfaces for
weblogic.management.provider.internal . |
weblogic.server |
Provides interfaces and exceptions for
weblogic.server . |
weblogic.t3.srvr |
Provides interfaces for
weblogic.t3.srvr . |
Modifier and Type | Method | Description |
---|---|---|
javax.enterprise.deploy.spi.TargetModuleID[] |
SessionHelper.getDefaultJMSTargetModuleIDs(DomainMBean domain,
TargetMBean[] deploymentTargets,
java.lang.String appName,
java.lang.String name) |
Creates TargetModuleID objects for a JMS module contained withing this application.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
JMSModuleHelper.createConnectionFactory(DomainMBean domain,
java.lang.String resourceName,
java.lang.String factoryName,
java.lang.String factoryJndiName,
java.lang.String targetName) |
Creates a JMS connection factory in the given JMS System resource module
|
static void |
JMSModuleHelper.createConnectionFactory(DomainMBean domain,
java.lang.String resourceName,
java.lang.String factoryName,
java.lang.String factoryJndiName,
java.lang.String targetName,
JMSNamedEntityModifier modifier) |
Creates a JMS connection factory in the given JMS System resource module
|
static void |
JMSModuleHelper.createDestinationKey(DomainMBean domain,
java.lang.String resourceName,
java.lang.String destinationKeyName,
java.lang.String property,
java.lang.String keyType,
java.lang.String sortOrder) |
Creates a DestinationKey Bean in the given JMS system resource module
|
static void |
JMSModuleHelper.createDestinationKey(DomainMBean domain,
java.lang.String resourceName,
java.lang.String destinationKeyName,
java.lang.String property,
java.lang.String keyType,
java.lang.String sortOrder,
JMSNamedEntityModifier modifier) |
Creates a DestinationKey Bean in the given JMS system resource module
|
static void |
JMSModuleHelper.createDistributedQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedQueueName,
java.lang.String jndiName) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.createDistributedQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedQueueName,
java.lang.String jndiName,
JMSNamedEntityModifier modifier) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.createDistributedQueueMember(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedQueueName,
java.lang.String distributedQueueMemberName,
int weight) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.createDistributedQueueMember(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedQueueName,
java.lang.String distributedQueueMemberName,
int weight,
JMSNamedEntityModifier modifier) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.createDistributedTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedTopicName,
java.lang.String jndiName) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.createDistributedTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedTopicName,
java.lang.String jndiName,
JMSNamedEntityModifier modifier) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.createDistributedTopicMember(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedTopicName,
java.lang.String distributedTopicMemberName,
int weight) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.createDistributedTopicMember(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedTopicName,
java.lang.String distributedTopicMemberName,
int weight,
JMSNamedEntityModifier modifier) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.createForeignConnectionFactory(DomainMBean domain,
java.lang.String resourceName,
java.lang.String foreignServerName,
java.lang.String foreignConnectionFactoryName,
java.lang.String localJNDIName,
java.lang.String remoteJNDIName,
java.lang.String username,
java.lang.String password) |
Creates a foreign JMS connection factgory in a given foreign server of a
JMS system resource module
|
static void |
JMSModuleHelper.createForeignConnectionFactory(DomainMBean domain,
java.lang.String resourceName,
java.lang.String foreignServerName,
java.lang.String foreignConnectionFactoryName,
java.lang.String localJNDIName,
java.lang.String remoteJNDIName,
java.lang.String username,
java.lang.String password,
JMSNamedEntityModifier modifier) |
Creates a foreign JMS connection factgory in a given foreign server of a
JMS system resource module
|
static void |
JMSModuleHelper.createForeignDestination(DomainMBean domain,
java.lang.String resourceName,
java.lang.String foreignServerName,
java.lang.String foreignDestinationName,
java.lang.String localJNDIName,
java.lang.String remoteJNDIName) |
Creates a foreign JMS destination in a given foreign server of a
JMS system resource module
|
static void |
JMSModuleHelper.createForeignDestination(DomainMBean domain,
java.lang.String resourceName,
java.lang.String foreignServerName,
java.lang.String foreignDestinationName,
java.lang.String localJNDIName,
java.lang.String remoteJNDIName,
JMSNamedEntityModifier modifier) |
Creates a foreign JMS destination in a given foreign server of a
JMS system resource module
|
static void |
JMSModuleHelper.createForeignServer(DomainMBean domain,
java.lang.String resourceName,
java.lang.String foreignServerName,
java.lang.String targetName) |
Creates a foriegn JMS server in a given JMS system resource module
|
static void |
JMSModuleHelper.createForeignServer(DomainMBean domain,
java.lang.String resourceName,
java.lang.String foreignServerName,
java.lang.String targetName,
JMSNamedEntityModifier modifier) |
Creates a foriegn JMS server in a given JMS system resource module
|
static void |
JMSModuleHelper.createJMSServer(DomainMBean domain,
java.lang.String jmsServerName,
java.lang.String targetName) |
Creates a JMSServer in a given WebLogic domain.
|
static void |
JMSModuleHelper.createJMSSystemResource(DomainMBean domain,
java.lang.String resourceName,
java.lang.String targetName) |
Creates a JMS System resource in the given domain idenetified by the ctx
|
static void |
JMSModuleHelper.createQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String jmsServerName,
java.lang.String queueName,
java.lang.String jndiName) |
Creates a JMS queue in a given JMS system resource module.
|
static void |
JMSModuleHelper.createQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String jmsServerName,
java.lang.String queueName,
java.lang.String jndiName,
JMSNamedEntityModifier modifier) |
Creates a JMS queue in a given JMS system resource module.
|
static void |
JMSModuleHelper.createQuota(DomainMBean domain,
java.lang.String resourceName,
java.lang.String quotaName,
java.lang.String targetName) |
Creates the QuotaBean in the given JMS system resource module
|
static void |
JMSModuleHelper.createQuota(DomainMBean domain,
java.lang.String resourceName,
java.lang.String quotaName,
java.lang.String targetName,
JMSNamedEntityModifier modifier) |
Creates the QuotaBean in the given JMS system resource module
|
static void |
JMSModuleHelper.createSAFAgent(DomainMBean domain,
java.lang.String safAgentName,
java.lang.String targetName) |
Creates a SAFAgent in a given WebLogic domain.
|
static void |
JMSModuleHelper.createSAFErrorHandling(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safErrorHandlingName) |
Creates a SAF error handling in a given JMS system resource
|
static void |
JMSModuleHelper.createSAFErrorHandling(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safErrorHandlingName,
JMSNamedEntityModifier modifier) |
Creates a SAF error handling in a given JMS system resource
|
static void |
JMSModuleHelper.createSAFImportedDestinations(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safImportedDestinationsName,
java.lang.String safRemoteContextName,
java.lang.String targetName) |
Creates a SAF imported destination group in a given JMS system resource
|
static void |
JMSModuleHelper.createSAFImportedDestinations(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safImportedDestinationsName,
java.lang.String safRemoteContextName,
java.lang.String targetName,
JMSNamedEntityModifier modifier) |
Creates a SAF imported destination group in a given JMS system resource
|
static void |
JMSModuleHelper.createSAFQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safImportedDestinationsName,
java.lang.String safQueueName,
java.lang.String safQueueRemoteJNDIName) |
Creates a SAF queue in a given SAF imported destinations group of
JMS system resource module
|
static void |
JMSModuleHelper.createSAFQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safImportedDestinationsName,
java.lang.String safQueueName,
java.lang.String safQueueRemoteJNDIName,
JMSNamedEntityModifier modifier) |
Creates a SAF queue in a given SAF imported destinations group of
JMS system resource module
|
static void |
JMSModuleHelper.createSAFRemoteContext(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safRemoteContextName) |
Creates a SAF remote context in a given JMS system resource
|
static void |
JMSModuleHelper.createSAFRemoteContext(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safRemoteContextName,
JMSNamedEntityModifier modifier) |
Creates a SAF remote context in a given JMS system resource
|
static void |
JMSModuleHelper.createSAFTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safImportedDestinationsName,
java.lang.String safTopicName,
java.lang.String safTopicRemoteJNDIName) |
Creates a SAF topic in a given SAF imported destinations group of
JMS system resource module
|
static void |
JMSModuleHelper.createSAFTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safImportedDestinationsName,
java.lang.String safTopicName,
java.lang.String safTopicRemoteJNDIName,
JMSNamedEntityModifier modifier) |
Creates a SAF topic in a given SAF imported destinations group of
JMS system resource module
|
static void |
JMSModuleHelper.createTemplate(DomainMBean domain,
java.lang.String resourceName,
java.lang.String templateName) |
Creates a TemplateBean in the given JMS resource using Context provided
|
static void |
JMSModuleHelper.createTemplate(DomainMBean domain,
java.lang.String resourceName,
java.lang.String templateName,
JMSNamedEntityModifier modifier) |
Creates a TemplateBean in the given JMS resource using Context provided
|
static void |
JMSModuleHelper.createTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String jmsServerName,
java.lang.String topicName,
java.lang.String jndiName) |
Creates a JMS topic in a given JMS system resource module
This method updates the following:
The JMS system resource with the given resource name is modified by this
call.
|
static void |
JMSModuleHelper.createTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String jmsServerName,
java.lang.String topicName,
java.lang.String jndiName,
JMSNamedEntityModifier modifier) |
Creates a JMS topic in a given JMS system resource module
This method updates the following:
The JMS system resource with the given resource name is modified by this
call.
|
static void |
JMSModuleHelper.createUniformDistributedQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String uniformDistributedQueueName,
java.lang.String jndiName,
java.lang.String targetName) |
Create a uniform distributed queue in the given JMS Module and
target it as stated.
|
static void |
JMSModuleHelper.createUniformDistributedQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String uniformDistributedQueueName,
java.lang.String jndiName,
java.lang.String targetName,
JMSNamedEntityModifier modifier) |
Create a uniform distributed queue in the given JMS Module and
target it as stated.
|
static void |
JMSModuleHelper.createUniformDistributedTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String uniformDistributedTopicName,
java.lang.String jndiName,
java.lang.String targetName) |
Create a uniform distributed topic in the given JMS Module and
target it as stated.
|
static void |
JMSModuleHelper.createUniformDistributedTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String uniformDistributedTopicName,
java.lang.String jndiName,
java.lang.String targetName,
JMSNamedEntityModifier modifier) |
Create a uniform distributed topic in the given JMS Module and
target it as stated.
|
static void |
JMSModuleHelper.deleteConnectionFactory(DomainMBean domain,
java.lang.String resourceName,
java.lang.String factoryName) |
Deletes a JMS connection factory from the given JMS System resource
|
static void |
JMSModuleHelper.deleteDestinationKey(DomainMBean domain,
java.lang.String resourceName,
java.lang.String destinationKeyName) |
Deletes the destination key bean from the given
|
static void |
JMSModuleHelper.deleteDistributedQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedQueueName,
boolean deleteMembers) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.deleteDistributedQueueMember(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedQueueName,
java.lang.String distributedQueueMemberName) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.deleteDistributedTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedTopicName,
boolean deleteMembers) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.deleteDistributedTopicMember(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedTopicName,
java.lang.String distributedTopicMemberName) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static void |
JMSModuleHelper.deleteForeignConnectionFactory(DomainMBean domain,
java.lang.String resourceName,
java.lang.String foreignServerName,
java.lang.String foreignConnectionFactoryName) |
Delete a foreign connection factory from the given foreign server in a resource
|
static void |
JMSModuleHelper.deleteForeignDestination(DomainMBean domain,
java.lang.String resourceName,
java.lang.String foreignServerName,
java.lang.String foreignDestinationName) |
Delete a foreign destination from a given foreignServer in a resource
|
static void |
JMSModuleHelper.deleteForeignServer(DomainMBean domain,
java.lang.String resourceName,
java.lang.String foreignServerName) |
Delete a foreign server and all its foreign connection factories and
foreign destinations.
|
static void |
JMSModuleHelper.deleteJMSServer(DomainMBean domain,
java.lang.String jmsServerName) |
Delete a JMSServer from the given WebLogic domain.
|
static void |
JMSModuleHelper.deleteJMSSystemResource(DomainMBean domain,
java.lang.String resourceName) |
Removes the given JMS System Resource from the domain identified by admin URL
|
static void |
JMSModuleHelper.deleteQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String queueName) |
Deletes a JMS queue from the given JMS system resource module.
|
static void |
JMSModuleHelper.deleteQuota(DomainMBean domain,
java.lang.String resourceName,
java.lang.String quotaName) |
Deletes the QuotaBean from the given JMS System resource module
|
static void |
JMSModuleHelper.deleteSAFAgent(DomainMBean domain,
java.lang.String safAgentName) |
Delete a SAFAgent from the given WebLogic domain.
|
static void |
JMSModuleHelper.deleteSAFErrorHandling(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safErrorHandlingName) |
Delete a SAF error handling.
|
static void |
JMSModuleHelper.deleteSAFImportedDestinations(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safImportedDestinationsName) |
Delete a SAF imported destinations and all its SAF queues and SAF topics.
|
static void |
JMSModuleHelper.deleteSAFQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safImportedDestinationsName,
java.lang.String safQueueName) |
Delete a SAF Queue from a given SAF imported Destinations.
|
static void |
JMSModuleHelper.deleteSAFRemoteContext(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safRemoteContextName) |
Delete a SAF remote context.
|
static void |
JMSModuleHelper.deleteSAFTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String safImportedDestinationsName,
java.lang.String safTopicName) |
Delete a SAF Topic from a given SAF imported Destinations.
|
static void |
JMSModuleHelper.deleteTemplate(DomainMBean domain,
java.lang.String resourceName,
java.lang.String templateName) |
Deletes the TemplateBean from a given JMS system resource module
|
static void |
JMSModuleHelper.deleteTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String topicName) |
Deletes a JMS topic from the given JMS system resource module.
|
static void |
JMSModuleHelper.deleteUniformDistributedQueue(DomainMBean domain,
java.lang.String resourceName,
java.lang.String queueName) |
Deletes a JMS uniform distributed queue from the given JMS system resource module.
|
static void |
JMSModuleHelper.deleteUniformDistributedTopic(DomainMBean domain,
java.lang.String resourceName,
java.lang.String topicName) |
Deletes a JMS uniform distributed topic from the given JMS system resource module.
|
static void |
JMSModuleHelper.deployJMSServer(DomainMBean domain,
java.lang.String jmsServerName,
java.lang.String targetName) |
Deploy a JMSServer and in turn advertise all the destinations
on that JMSServer to the JNDI tree of the target server.
|
static void |
JMSModuleHelper.deploySAFAgent(DomainMBean domain,
java.lang.String safAgentName,
java.lang.String targetName) |
Deploy a SAFAgent and in turn advertise all the imported destinations
of that SAFAgent to the JNDI tree of the target servers/clusters.
|
static void |
JMSModuleHelper.findAndModifyEntity(DomainMBean domain,
java.lang.String resourceName,
java.lang.String entityName,
java.lang.String entityType,
JMSNamedEntityModifier modifier) |
Helper API to find and modify a JMS Module managed entity from the given
JMS system resource.
|
static java.lang.String[] |
JMSModuleHelper.getDistributedQueueMemberJndiNames(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedQueueName) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static java.lang.String[] |
JMSModuleHelper.getDistributedQueueMemberNames(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedQueueName) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static java.lang.String[] |
JMSModuleHelper.getDistributedTopicMemberJndiNames(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedTopicName) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
static java.lang.String[] |
JMSModuleHelper.getDistributedTopicMemberNames(DomainMBean domain,
java.lang.String resourceName,
java.lang.String distributedTopicName) |
Deprecated.
12.2.1.0, since Weighted Distributed Destination has been
deprecated and replaced by Uniform Distributed Destination
|
IJMSModuleHelper |
JMSModuleHelperFactory.getHelper(DomainMBean domain,
java.lang.String partitionName,
IJMSModuleHelper.ScopeType scopeType,
java.lang.String scopeName) |
Creates a JMS Module Helper.
|
static void |
JMSModuleHelper.undeployJMSServer(DomainMBean domain,
java.lang.String jmsServerName) |
Undeploy a JMSServer and in turn unadvertises all the destinations
on that JMSServer from the JNDI tree of the target server.
|
static void |
JMSModuleHelper.undeploySAFAgent(DomainMBean domain,
java.lang.String safAgentName) |
Undeploy a SAFAgent and in turn unadvertises all the destinations
on that SAFAgent from the JNDI tree of the target server.
|
Modifier and Type | Method | Description |
---|---|---|
DomainMBean |
MBeanHome.getActiveDomain() |
Deprecated.
Returns the name of the WebLogic Server domain to which the server that is
hosting this
MBeanHome instance belongs. |
Modifier and Type | Method | Description |
---|---|---|
DomainMBean |
AdminServerMBean.getActiveDomain() |
Deprecated.
9.0.0.0
|
Modifier and Type | Method | Description |
---|---|---|
DomainMBean |
DomainRuntimeServiceMBean.findDomainConfiguration(java.lang.String serverName) |
Returns the active
DomainMBean for the specified server. |
DomainMBean |
DomainRuntimeServiceMBean.getDomainConfiguration() |
Contains the active
DomainMBean for the current
WebLogic Server domain. |
DomainMBean |
DomainRuntimeServiceMBean.getDomainPending() |
Contains a read-only version of the pending
DomainMBean
for the current WebLogic Server domain. |
Modifier and Type | Method | Description |
---|---|---|
DomainMBean |
EditServiceMBean.getDomainConfiguration() |
Contains the pending
DomainMBean , which is the root
of the pending configuration MBean hierarchy. |
DomainMBean |
ConfigurationManagerMBean.startEdit(int waitTimeInMillis,
int timeOutInMillis) |
Starts an edit session on behalf of the currently authenticated
user and prevents other users from editing the configuration for
the duration of the session.
|
DomainMBean |
ConfigurationManagerMBean.startEdit(int waitTimeInMillis,
int timeOutInMillis,
boolean exclusive) |
Starts an edit session on behalf of the currently authenticated
user and prevents other users from editing the configuration for
the duration of the session.
|
Modifier and Type | Method | Description |
---|---|---|
DomainMBean |
RuntimeServiceMBean.getDomainConfiguration() |
Contains the active
DomainMBean for the current
WebLogic Server domain. |