|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Creates or retrieves a collection of connection objects. Connection objects
denote configuration or reference information which must be available before accessing
a backend, e.g. an EJB. Each connection must be registerd under a name which is unique
in the application. In the Business Process Choreographer Explorer the connection
objects can either be a BFMConnection
or a HTMConnection
object. The implementor of this interface
can extend the factory to provide other connection objects, e.g. to databases.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
(C) Copyright IBM Corporation 2005. |
Method Summary | |
---|---|
java.lang.Object |
getConnectionByName(java.lang.String connectionName)
Provides a connection object by its name. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public java.lang.Object getConnectionByName(java.lang.String connectionName)
connectionName
- The name by which the connection is known to the application.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |