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

<WTCExport
EJBName="String"
LocalAccessPoint="String"
Name="String"
Notes="String"
RemoteName="String"
ResourceName="String"
/>

 


Parent Elements

 


Attributes

Table 70-1 WTCExport attributes

Attribute

Description

Range of Values and Default

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.

Admin Console field label: EJB Name

Required: no

LocalAccessPoint

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

Admin Console field label: Local Access Point

Name

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

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

RemoteName

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

Admin Console field label: Remote Name

Required: no

ResourceName

Defines the name used to identify an exported service.

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

Admin Console field label: Resource Name

 

Back to Top Previous Next