public abstract class AbstractActivationContext extends Object implements IActivationContext
| Constructor and Description |
|---|
AbstractActivationContext(Object ctx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getContext()
Deprecated.
|
int |
getCurrentPrivateGlobalScopeIndex()
Deprecated.
|
int |
getCurrentScopeIndex()
Deprecated.
|
boolean |
isTransparent()
Deprecated.
|
void |
setCurrentPrivateGlobalScopeIndex(int iIndex)
Deprecated.
|
void |
setCurrentScopeIndex(int iIndex)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLabelpublic AbstractActivationContext(Object ctx)
public Object getContext()
getContext in interface IActivationContextpublic int getCurrentScopeIndex()
getCurrentScopeIndex in interface IActivationContextpublic void setCurrentScopeIndex(int iIndex)
setCurrentScopeIndex in interface IActivationContextpublic int getCurrentPrivateGlobalScopeIndex()
getCurrentPrivateGlobalScopeIndex in interface IActivationContextpublic void setCurrentPrivateGlobalScopeIndex(int iIndex)
setCurrentPrivateGlobalScopeIndex in interface IActivationContextpublic boolean isTransparent()
isTransparent in interface IActivationContextCopyright © 2017. All rights reserved.