Package | Description |
---|---|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
weblogic.management.provider.internal |
Provides interfaces for
weblogic.management.provider.internal . |
weblogic.security.utils |
This package includes Hostname Verifier implementations you can use to verify hostnames during SSL handshakes.
|
weblogic.server |
Provides interfaces and exceptions for
weblogic.server . |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerMBean
This class represents a individual WebLogic Server.
|
Modifier and Type | Method and Description |
---|---|
ServerTemplateMBean |
DomainMBean.createServerTemplate(java.lang.String name)
This is the factory method for server templates that are scoped at
the domain level.
|
ServerTemplateMBean |
ServerMBean.getServerTemplate()
The template used to configure this server.
|
ServerTemplateMBean |
DynamicServersMBean.getServerTemplate()
The server template used to create dynamic servers.
|
ServerTemplateMBean[] |
DomainMBean.getServerTemplates()
Returns the ServerTempateMBeans representing the server templates
that have been configured to be part of this domain.
|
ServerTemplateMBean |
DomainMBean.lookupServerTemplate(java.lang.String name)
Lookup a particular server template from the list.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainMBean.destroyServerTemplate(ServerTemplateMBean server)
Destroys and removes a server template which is a child of this domain
with the specified short name.
|
static boolean |
ServerLegalHelper.isSSLListenPortEnabled(ServerTemplateMBean self)
Determine whether the SSL ListenPort or another channel is open
and therefore makes it legal to switch off the standard
ListenPort.
|
void |
ServerMBean.setServerTemplate(ServerTemplateMBean template)
Set the base server
|
void |
DynamicServersMBean.setServerTemplate(ServerTemplateMBean template)
Set the server template to use to create dynamic servers.
|
(package private) static void |
LegalHelper.validateListenPorts(ServerTemplateMBean server) |
static void |
ServerLegalHelper.validateServer(ServerTemplateMBean server) |
Modifier and Type | Field and Description |
---|---|
(package private) ServerTemplateMBean |
Server.template |
Modifier and Type | Method and Description |
---|---|
private ServerTemplateMBean |
ServerTemplate.getServer() |
private ServerTemplateMBean |
ServerStart.getServer() |
ServerTemplateMBean |
Server.getServerTemplate() |
Modifier and Type | Method and Description |
---|---|
static void |
MigratableTargetConfigProcessor.destroyDefaultMigratableTarget(ServerTemplateMBean server) |
static java.lang.String |
MigratableTargetConfigProcessor.getNameOfDefaultMigratableTargetFor(ServerTemplateMBean s) |
void |
Server.setServerTemplate(ServerTemplateMBean template) |
Modifier and Type | Method and Description |
---|---|
private static void |
DynamicServersProcessor.calculateListenPorts(ServerMBean server,
ServerTemplateMBean serverTemplate,
int instanceId) |
private static java.lang.String[] |
ChangeUtils.getServers(ServerTemplateMBean svrTemplate)
Returns a String array with the names of the servers for a server template
|
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
SSLSetup.getSSLTrustProperties(ServerTemplateMBean server) |
Modifier and Type | Field and Description |
---|---|
private ServerTemplateMBean |
ServerLifeCycleRuntime.serverMBean |
Modifier and Type | Method and Description |
---|---|
ServerTemplateMBean |
ServerLifeCycleRuntime.getServerMBean() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
ServerLifeCycleRuntime.cleanupStore(ServerTemplateMBean[] servers)
Cleans up the persistent store by removing entries for servers that
is not represented in the list of servers passed into this method.
|
Constructor and Description |
---|
ServerLifeCycleRuntime(ServerTemplateMBean serverMBean) |