WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

WTCImport

 


Description

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

 


Syntax

<WTCImport
LocalAccessPoint="String"
Name="String"
Notes="String"
RemoteAccessPointList="String"
RemoteName="String"
ResourceName="String"
/>

 


Parent Elements

 


Attributes

Table 71-1 WTCImport attributes

Attribute

Description

Range of Values and Default

LocalAccessPoint

Defines the name of the local access point that offers 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

RemoteAccessPointList

Defines a comma-separated failover list that identifies the remote domain access points through which resources are imported.

Example: TDOM1,TDOM2,TDOM3

Admin Console field label: Remote Access Point List

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 imported service.

The combination of the ResourceName, LocalAccessPoint and RemoteAccessPointList attributes must be unique within a WTCImportMbean.

Admin Console field label: Resource Name

 

Back to Top Previous Next