public class StackedBusinessControl extends java.lang.Object implements BusinessControl
Initial Date: 14.06.2006
DELIMITER_TAG, END_TAG, START_TAG| 构造器和说明 |
|---|
StackedBusinessControl(ContextEntry contextEntry,
BusinessControl origBusinessControl)
internal use only!
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dropLauncherEntries()
used when the current contextentry cannot be resolved (e.g. a coursenode that no longer is accessible or existing)
|
java.lang.String |
getAsString()
Get String represation of BusinessControl.
|
java.util.List<ContextEntry> |
getBusinessControls() |
java.util.List<ContextEntry> |
getContextEntryStack() |
ContextEntry |
getCurrentContextEntry() |
boolean |
hasContextEntry()
if still some more context entries for spawning are available
|
ContextEntry |
popLauncherContextEntry()
pop context entry for further processing, this is used for spawning controllers
|
void |
setCurrentContextEntry(ContextEntry ce)
set new context entry which reflects latest state of a controller, which can be reactivated
|
java.lang.String |
toString() |
public StackedBusinessControl(ContextEntry contextEntry, BusinessControl origBusinessControl)
contextEntry - origBusinessControl - public java.util.List<ContextEntry> getBusinessControls()
public java.util.List<ContextEntry> getContextEntryStack()
public java.lang.String toString()
toString 在类中 java.lang.Objectpublic java.lang.String getAsString()
BusinessControlgetAsString 在接口中 BusinessControlpublic ContextEntry popLauncherContextEntry()
BusinessControlpopLauncherContextEntry 在接口中 BusinessControlpublic void dropLauncherEntries()
BusinessControldropLauncherEntries 在接口中 BusinessControlpublic boolean hasContextEntry()
BusinessControlhasContextEntry 在接口中 BusinessControlpublic ContextEntry getCurrentContextEntry()
getCurrentContextEntry 在接口中 BusinessControlpublic void setCurrentContextEntry(ContextEntry ce)
BusinessControlsetCurrentContextEntry 在接口中 BusinessControl