Uses of Class
com.filenet.api.constants.ConnectionType

Packages that use ConnectionType
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
 

Uses of ConnectionType in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as ConnectionType
static ConnectionType ConnectionType.EJB
          A constant representing the ConnectionType for the EJB transport.
static ConnectionType ConnectionType.SOAP
          A constant representing the ConnectionType for the SOAP transport.
 

Methods in com.filenet.api.constants that return ConnectionType
static ConnectionType ConnectionType.getInstanceFromInt(int value)
          Gets the object instance from its associated integer value (see the *_AS_INT constants in this class).
 

Uses of ConnectionType in com.filenet.api.core
 

Methods in com.filenet.api.core that return ConnectionType
 ConnectionType Connection.getConnectionType()
          Returns a ConnectionType object, which identifies the transport protocol associated with this connection.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.