|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osoa.sca.SCA
public abstract class SCA
Class providing access to an SCA implementation. SCA implementation providers may allow applications to bootstrap an SCA environment by providing a publically available subclass.
Constructor Summary | |
---|---|
SCA()
|
Method Summary | |
---|---|
protected static void |
setCompositeContext(CompositeContext ctx)
Protected method that allows an SCA implementation to set the current module context that will be returned by CurrentCompositeContext.getContext() . |
abstract void |
start()
Start the SCA implementation. |
abstract void |
stop()
Stop the SCA implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SCA()
Method Detail |
---|
protected static void setCompositeContext(CompositeContext ctx)
CurrentCompositeContext.getContext()
.
ctx
- the new current composite contextpublic abstract void start()
public abstract void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |