|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WTCServerMBean
This MBean defines a WTC Server.
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime. For
more information, see "Developing Manageable Applications with JMX."
Field Summary |
---|
Fields inherited from interface weblogic.management.configuration.DeploymentMBean |
---|
DEFAULT_ORDER, MAX_ORDER, MIN_ORDER |
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
WTCExportMBean |
createWTCExport(String name)
Factory method to create a WTCExportMBean object |
WTCImportMBean |
createWTCImport(String name)
Factory method to create a WTCImportMBean object |
WTCLocalTuxDomMBean |
createWTCLocalTuxDom(String name)
Factory method to create a WTCLocalTuxDomMBean object |
WTCPasswordMBean |
createWTCPassword(String name)
Factory method to create a WTCPasswordMBean object |
WTCRemoteTuxDomMBean |
createWTCRemoteTuxDom(String name)
Factory method to create a WTCRemoteTuxDomMBean object |
WTCResourcesMBean |
createWTCResources(String name)
Factory method to create a WTCResourcesMBean object |
WTCtBridgeGlobalMBean |
createWTCtBridgeGlobal()
Factory method to create a WTCtBridgeGlobalMBean object |
WTCtBridgeRedirectMBean |
createWTCtBridgeRedirect(String name)
Factory method to create a WTCtBridgeRedirectMBean object |
void |
destroyWTCExport(WTCExportMBean expName)
Removes a WTCExportMBean from this WTCServer |
void |
destroyWTCImport(WTCImportMBean impName)
Removes a WTCImportMBean from this WTCServer |
void |
destroyWTCLocalTuxDom(WTCLocalTuxDomMBean locTuxDomName)
Removes a WTCLocalTuxDomMBean from this WTCServer |
void |
destroyWTCPassword(WTCPasswordMBean passwdName)
Removes a WTCPasswordMBean from this WTCServer |
void |
destroyWTCRemoteTuxDom(WTCRemoteTuxDomMBean remTuxDomName)
Removes a WTCRemoteTuxDomMBean from this WTCServer |
void |
destroyWTCResources(WTCResourcesMBean toDestroy)
Removes this WTCResourcesMBean from this WTCServer |
void |
destroyWTCtBridgeGlobal()
Removes this WTCtBridgeGlobalMBean from this WTCServer |
void |
destroyWTCtBridgeRedirect(WTCtBridgeRedirectMBean tBredirect)
Removes a WTCtBridgeRedirectMBean from this WTCServer |
WTCExportMBean[] |
getExports()
Deprecated. 9.0.0.0 |
WTCImportMBean[] |
getImports()
Deprecated. 9.0.0.0 |
WTCLocalTuxDomMBean[] |
getLocalTuxDoms()
Deprecated. 9.0.0.0 |
WTCPasswordMBean[] |
getPasswords()
Deprecated. 9.0.0.0 |
WTCRemoteTuxDomMBean[] |
getRemoteTuxDoms()
Deprecated. 9.0.0.0 |
WTCResourcesMBean |
getResource()
Deprecated. |
WTCResourcesMBean |
getResources()
Deprecated. 9.0.0.0 |
WTCtBridgeGlobalMBean |
gettBridgeGlobal()
Deprecated. |
WTCtBridgeRedirectMBean[] |
gettBridgeRedirects()
Deprecated. 9.0.0.0 |
WTCExportMBean[] |
getWTCExports()
Provides information on services exported by a local Tuxedo access point. |
WTCImportMBean[] |
getWTCImports()
Provides information on services imported and available on remote domains. |
WTCLocalTuxDomMBean[] |
getWTCLocalTuxDoms()
The local Tuxedo domains defined for this WTC Server. |
WTCPasswordMBean[] |
getWTCPasswords()
Specifies the configuration information for inter-domain authentication. |
WTCRemoteTuxDomMBean[] |
getWTCRemoteTuxDoms()
The remote Tuxedo domains defined for this WTC Server. |
WTCResourcesMBean |
getWTCResources()
Specifies global field table classes, view table classes, and application passwords for domains. |
WTCtBridgeGlobalMBean |
getWTCtBridgeGlobal()
Specifies global configuration information for the transfer of messages between WebLogic Server and Tuxedo. |
WTCtBridgeRedirectMBean[] |
getWTCtBridgeRedirects()
gets all WTCtBridgeRedirect objects |
WTCExportMBean |
lookupWTCExport(String name)
|
WTCImportMBean |
lookupWTCImport(String name)
|
WTCLocalTuxDomMBean |
lookupWTCLocalTuxDom(String name)
|
WTCPasswordMBean |
lookupWTCPassword(String name)
|
WTCRemoteTuxDomMBean |
lookupWTCRemoteTuxDom(String name)
|
WTCtBridgeRedirectMBean |
lookupWTCtBridgeRedirect(String name)
|
void |
setResource(WTCResourcesMBean tuxDomResource)
Deprecated. |
void |
settBridgeGlobal(WTCtBridgeGlobalMBean tBridgeGlobal)
Deprecated. |
Methods inherited from interface weblogic.management.configuration.DeploymentMBean |
---|
addTarget, getDeploymentOrder, getTargets, removeTarget, setDeploymentOrder, setTargets |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Method Detail |
---|
WTCLocalTuxDomMBean[] getWTCLocalTuxDoms()
The local Tuxedo domains defined for this WTC Server.
WTCLocalTuxDomMBean createWTCLocalTuxDom(String name)
Factory method to create a WTCLocalTuxDomMBean object
name
-
void destroyWTCLocalTuxDom(WTCLocalTuxDomMBean locTuxDomName)
Removes a WTCLocalTuxDomMBean from this WTCServer
locTuxDomName
- WTCLocalTuxDomMBean lookupWTCLocalTuxDom(String name)
name
-
WTCLocalTuxDomMBean[] getLocalTuxDoms()
WTCRemoteTuxDomMBean[] getWTCRemoteTuxDoms()
The remote Tuxedo domains defined for this WTC Server.
WTCRemoteTuxDomMBean createWTCRemoteTuxDom(String name)
Factory method to create a WTCRemoteTuxDomMBean object
name
-
void destroyWTCRemoteTuxDom(WTCRemoteTuxDomMBean remTuxDomName)
Removes a WTCRemoteTuxDomMBean from this WTCServer
remTuxDomName
- WTCRemoteTuxDomMBean lookupWTCRemoteTuxDom(String name)
name
-
WTCRemoteTuxDomMBean[] getRemoteTuxDoms()
WTCExportMBean[] getWTCExports()
Provides information on services exported by a local Tuxedo access point. Defines your Exported Services when configured using the Administration Console.
WTCExportMBean createWTCExport(String name)
Factory method to create a WTCExportMBean object
name
-
void destroyWTCExport(WTCExportMBean expName)
Removes a WTCExportMBean from this WTCServer
expName
- WTCExportMBean lookupWTCExport(String name)
name
-
WTCExportMBean[] getExports()
WTCImportMBean[] getWTCImports()
Provides information on services imported and available on remote domains. Defines your Imported Services when configured using the Administration Console.
WTCImportMBean createWTCImport(String name)
Factory method to create a WTCImportMBean object
name
-
void destroyWTCImport(WTCImportMBean impName)
Removes a WTCImportMBean from this WTCServer
impName
- WTCImportMBean lookupWTCImport(String name)
name
-
WTCImportMBean[] getImports()
WTCPasswordMBean[] getWTCPasswords()
Specifies the configuration information for inter-domain authentication. Defines your Passwords when configured using the Administration Console.
WTCPasswordMBean createWTCPassword(String name)
Factory method to create a WTCPasswordMBean object
name
-
void destroyWTCPassword(WTCPasswordMBean passwdName)
Removes a WTCPasswordMBean from this WTCServer
passwdName
- WTCPasswordMBean lookupWTCPassword(String name)
name
-
WTCPasswordMBean[] getPasswords()
WTCResourcesMBean getWTCResources()
Specifies global field table classes, view table classes, and application passwords for domains. Defines your Resources when configured using the Administration Console.
WTCServerMBean.createWTCResources(java.lang.String)
WTCResourcesMBean getResources()
WTCResourcesMBean createWTCResources(String name) throws InstanceAlreadyExistsException
Factory method to create a WTCResourcesMBean object
InstanceAlreadyExistsException
- if Resource existsWTCServerMBean.destroyWTCResources(weblogic.management.configuration.WTCResourcesMBean)
void destroyWTCResources(WTCResourcesMBean toDestroy)
Removes this WTCResourcesMBean from this WTCServer
WTCResource object
WTCtBridgeGlobalMBean getWTCtBridgeGlobal()
Specifies global configuration information for the transfer of messages between WebLogic Server and Tuxedo. Defines your Tuxedo Queuing Bridge when configured using the Administration Console.
WTCServerMBean.createWTCtBridgeGlobal()
WTCtBridgeGlobalMBean createWTCtBridgeGlobal() throws InstanceAlreadyExistsException
Factory method to create a WTCtBridgeGlobalMBean object
InstanceAlreadyExistsException
- if tBridgeGlobal existsvoid destroyWTCtBridgeGlobal()
Removes this WTCtBridgeGlobalMBean from this WTCServer
WTCtBridgeGlobal object
WTCResourcesMBean getResource()
Specifies global field table classes, view table classes, and application passwords for domains. Defines your Resources when configured using the Administration Console.
#createResource
void setResource(WTCResourcesMBean tuxDomResource) throws InvalidAttributeValueException
Sets the value of the Resource attribute.
This method has been deprecated. New configurations should use the "createResource" method.
tuxDomResource
- The new resource value
InvalidAttributeValueException
WTCtBridgeGlobalMBean gettBridgeGlobal()
Specifies global configuration information for the transfer of messages between WebLogic Server and Tuxedo. Defines your Tuxedo Queuing Bridge when configured using the Administration Console.
#createtBridgeGlobal
void settBridgeGlobal(WTCtBridgeGlobalMBean tBridgeGlobal) throws InvalidAttributeValueException
Sets the value of the tBridgeGlobal attribute.
This method has been deprecated. New configurations should use the "createtBridgeGlobal" method.
tBridgeGlobal
-
InvalidAttributeValueException
WTCServerMBean.gettBridgeGlobal()
WTCtBridgeRedirectMBean[] gettBridgeRedirects()
Specifies the source, target, direction, and transport of messages between WebLogic Server and Tuxedo. Defines your Tuxedo Queuing Bridge Redirects when configured using the Administration Console.
WTCtBridgeRedirectMBean[] getWTCtBridgeRedirects()
WTCtBridgeRedirectMBean createWTCtBridgeRedirect(String name)
Factory method to create a WTCtBridgeRedirectMBean object
name
-
void destroyWTCtBridgeRedirect(WTCtBridgeRedirectMBean tBredirect)
Removes a WTCtBridgeRedirectMBean from this WTCServer
tBredirect
- WTCtBridgeRedirectMBean lookupWTCtBridgeRedirect(String name)
name
-
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |