Package | Description |
---|---|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
Modifier and Type | Method | Description |
---|---|---|
RMIForwardingMBean |
DomainMBean.createRMIForwarding(java.lang.String name) |
Create a new RMI forwarding configuration
|
RMIForwardingMBean |
ServerTemplateMBean.createRMIForwarding(java.lang.String name) |
Create a new RMI forwarding configuration
|
RMIForwardingMBean[] |
DomainMBean.getRMIForwardings() |
Return a list of configured RMIForwardingMBeans
|
RMIForwardingMBean[] |
ServerTemplateMBean.getRMIForwardings() |
Return a list of configured RMIForwardingMBeans
|
RMIForwardingMBean |
DomainMBean.lookupRMIForwarding(java.lang.String name) |
Look up an RMIForwarding MBean by name, which is also the prefix of host name that
the RMI forwarding configuration applies to
|
RMIForwardingMBean |
ServerTemplateMBean.lookupRMIForwarding(java.lang.String name) |
Look up an RMIForwarding MBean by name, which is also the prefix of host name that
the RMI forwarding configuration applies to
|
Modifier and Type | Method | Description |
---|---|---|
void |
DomainMBean.destroyRMIForwarding(RMIForwardingMBean rmiForwarding) |
Destroy a RMIForwardingMBean object
|
void |
ServerTemplateMBean.destroyRMIForwarding(RMIForwardingMBean rmiForwarding) |
Destroy a RMIForwardingMBean object
|