Interface CGINActivityContextInterfaceFactory
-
public interface CGINActivityContextInterfaceFactory
SLEE Activity Context Interface Factory for the CGIN resource adaptor types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityContextInterface
getActivityContextInterface(Dialog dialog)
Create an activity context interface for a dialog.
-
-
-
Method Detail
-
getActivityContextInterface
ActivityContextInterface getActivityContextInterface(Dialog dialog) throws UnrecognizedActivityException, FactoryException
Create an activity context interface for a dialog.- Parameters:
dialog
- the dialog.- Returns:
- an Activity Context Interface representing the dialog.
- Throws:
UnrecognizedActivityException
- if the dialog is unknown.FactoryException
- if the Activity Context Interface could not be created due to a system-level failure.
-
-