com.bea.wlai.common
Interface IApplicationViewDescriptor.IConnectionFactory

All Superinterfaces:
Serializable
Enclosing interface:
IApplicationViewDescriptor

public static interface IApplicationViewDescriptor.IConnectionFactory
extends Serializable

This interface defines an internal reference to a connection factory from within an ApplicationView (acts something like an 'import').


Method Summary
 String getAdapterInstanceAliasName()
          Get the alias name of the adapter instance that contains this connection factory.
 String getAliasName()
          Get the name by which this connection factory is known within this ApplicationView.
 String getName()
          Get the name for the connection factory within its parent adapter instance.
 

Method Detail

getAliasName

String getAliasName()
Get the name by which this connection factory is known within this ApplicationView. This is like the local alias for this connection factory.


getName

String getName()
Get the name for the connection factory within its parent adapter instance.

Returns:
The name of the connection factory or null if none has been set.

getAdapterInstanceAliasName

String getAdapterInstanceAliasName()
Get the alias name of the adapter instance that contains this connection factory.