|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActivity
Activity Interface
Method Summary | |
---|---|
void |
dispose()
Dispose this activity, release its resources |
org.osgi.framework.Bundle |
getBundle()
Get Bundle(org.ogsi.framework.Bundle) of this activity, this bundle is used to load class from different plugin projects. |
java.lang.String |
getDescription()
Get description(java.lang.String) of this activity |
org.eclipse.jface.resource.ImageDescriptor |
getIcon()
Get the icon(org.eclipse.jface.resource.ImageDescriptor) of this activity |
java.lang.String |
getId()
Get id(java.lang.String) property of this activity |
java.lang.String |
getName()
Get the name(java.lang.String) of this activity. |
java.lang.String |
getParameter()
Get the parameter(java.lang.String) of this activity |
java.util.Map<?,?> |
getParams()
Get Map property of this activity |
void |
initializeFrom(IActivityDefinition define)
Initialize a activity from a IActivityDefinition object |
boolean |
isUnique()
Get if this activity is global unique during its lifecycle |
void |
setBundle(org.osgi.framework.Bundle bundle)
Set Bundle(org.ogsi.framework.Bundle) of this activity, this bundle is used to load class from different plugin projects. |
void |
setDescription(java.lang.String desc)
Set description(java.lang.String) for this activity |
void |
setIcon(org.eclipse.jface.resource.ImageDescriptor icon)
Set the icon(org.eclipse.jface.resource.ImageDescriptor) of this activity |
void |
setId(java.lang.String id)
Set id(java.lang.String) property for this activity |
void |
setName(java.lang.String name)
Set the name(java.lang.String) of this activity. |
void |
setParameter(java.lang.String parameter)
Set the parameter(java.lang.String) of this activity |
void |
setParams(java.util.Map<?,?> params)
Set Map property for this activity |
void |
setUnique(boolean unique)
Set if this activity is global unique during its lifecycle |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
void setId(java.lang.String id)
id
- the id of this activityjava.lang.String getId()
void setParams(java.util.Map<?,?> params)
params
- the context passed to this activityjava.util.Map<?,?> getParams()
java.lang.String getDescription()
void setDescription(java.lang.String desc)
desc
- description of this activityvoid setUnique(boolean unique)
unique
- if this activity is global uniqueboolean isUnique()
java.lang.String getParameter()
void setParameter(java.lang.String parameter)
parameter
- the parameter passed to this activityorg.osgi.framework.Bundle getBundle()
void setBundle(org.osgi.framework.Bundle bundle)
bundle
- Bundle of this activityjava.lang.String getName()
void setName(java.lang.String name)
name
- the name of this activityvoid dispose()
void setIcon(org.eclipse.jface.resource.ImageDescriptor icon)
icon
- org.eclipse.jface.resource.ImageDescriptor getIcon()
void initializeFrom(IActivityDefinition define)
define
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |