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.Object
public java.lang.String getAsString()
BusinessControl
getAsString
在接口中 BusinessControl
public ContextEntry popLauncherContextEntry()
BusinessControl
popLauncherContextEntry
在接口中 BusinessControl
public void dropLauncherEntries()
BusinessControl
dropLauncherEntries
在接口中 BusinessControl
public boolean hasContextEntry()
BusinessControl
hasContextEntry
在接口中 BusinessControl
public ContextEntry getCurrentContextEntry()
getCurrentContextEntry
在接口中 BusinessControl
public void setCurrentContextEntry(ContextEntry ce)
BusinessControl
setCurrentContextEntry
在接口中 BusinessControl