java.lang.Objectcom.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
public CollabAppAdapter createInstance(java.lang.String collabAdaptorClassName) throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.