com.ibm.commerce.collaboration.collabapplication
Class CollabAppAdapterFactory

java.lang.Object
  com.ibm.commerce.collaboration.collabapplication.CollabAppAdapterFactory

public class CollabAppAdapterFactory
extends java.lang.Object

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement
See Also:
Constant Field Values

DEFAULT_COLLAB_ADAPTOR_CLASSNAME

public static final java.lang.String DEFAULT_COLLAB_ADAPTOR_CLASSNAME
The default class for collaboration application adaptor
See Also:
Constant Field Values
Constructor Detail

CollabAppAdapterFactory

public CollabAppAdapterFactory()
CollabAppAdapterFactory default constructor.
Method Detail

createInstance

public CollabAppAdapter createInstance()
                                throws ECException
It creates an instance of the CollabAppAdapter with the default class
Returns:
The CollabAppAdapter instance created
Throws:
java.lang.Exception - thrown when creating an instance of the adaptor class
ECException

createInstance

public CollabAppAdapter createInstance(java.lang.String collabAdaptorClassName)
                                throws ECException
It creates an instance of the CollabAppAdapter
Parameters:
collabAdaptorClassName - The fully qualified class name for the collaboration application adaptor
Returns:
The CollabAppAdapter instance created
Throws:
java.lang.Exception - thrown when creating an instance of the adaptor class
ECException

Feedback