java.lang.Object | +--com.ibm.commerce.collaboration.collabapplication.CollabAppAdapterFactory
Creates an instance of CollabAppAdapter class.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement |
static java.lang.String |
DEFAULT_COLLAB_ADAPTOR_CLASSNAME The default class for collaboration application adaptor |
Constructor Summary | |
---|---|
CollabAppAdapterFactory() CollabAppAdapterFactory default constructor. |
Method Summary | |
---|---|
CollabAppAdapter |
createInstance() It creates an instance of the CollabAppAdapter with the default class |
CollabAppAdapter |
createInstance(java.lang.String collabAdaptorClassName) It creates an instance of the CollabAppAdapter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String DEFAULT_COLLAB_ADAPTOR_CLASSNAME
Constructor Detail |
---|
public CollabAppAdapterFactory()
Method Detail |
---|
public CollabAppAdapter createInstance() throws ECException
java.lang.Exception
- thrown when creating an instance of the
adaptor classECException
public CollabAppAdapter createInstance(java.lang.String collabAdaptorClassName) throws ECException
collabAdaptorClassName
- The fully qualified class name for
the collaboration application adaptorjava.lang.Exception
- thrown when creating an instance of the
adaptor classECException