bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

WTCExport

Description

This interface provides access to the WTC export configuration attributes. The methods defined herein are applicable for WTC configuration at the WLS domain level.

Syntax

<!ELEMENT WTCExport EMPTY >
<!ATTLIST WTCExport
   EJBName                    CDATA                    #IMPLIED
   LocalAccessPoint           CDATA                    #REQUIRED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   RemoteName                 CDATA                    #IMPLIED
   ResourceName               CDATA                    #REQUIRED
>

Parent Elements

The WTCExport element is a child of the WTCServer element.

Attributes

Table 83-1 WTCExportMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

EJBName

Defines the complete name of the EJB home interface to use when invoking a service. If not specified, the default interface used is tuxedo.services.servicenameHome.

For example: If the service being invoked is TOUPPER and EJBName attribute is not specified, the home interface looked up in JNDI would be tuxedo.services.TOUPPERHome.


EJB Name

Local-Access-Point

Defines the name of the local access point that exports the service.


Local Access Point

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Remote-Name

Defines the remote name of the service. If not specified, the ResourceName attribute is used.


Remote Name

Resource-Name

Defines the name used to identify an exported service.

The combination of the ResourceName and LocalAccessPoint attributes must be unique within a WTCExportMbean.


Resource Name


 

 

Back to Top Previous Next