|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.notification.ApplicationContext
Constructor Summary | |
ApplicationContext(ORB orb,
POA poa)
|
Method Summary | |
void |
configure(org.apache.avalon.framework.configuration.Configuration conf)
|
void |
dispose()
Dispose this Object. |
DynamicEvaluator |
getDynamicEvaluator()
|
DynAnyFactory |
getDynAnyFactory()
|
MessageFactory |
getMessageFactory()
|
ORB |
getOrb()
Get the Orb value. |
POA |
getPoa()
Get the Poa value. |
TaskProcessor |
getTaskProcessor()
|
EvaluationContext |
newEvaluationContext()
|
void |
setOrb(ORB newOrb)
Set the Orb value. |
void |
setPoa(POA newPoa)
Set the Poa value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApplicationContext(ORB orb, POA poa) throws InvalidName
Method Detail |
public void configure(org.apache.avalon.framework.configuration.Configuration conf)
configure
in interface org.apache.avalon.framework.configuration.Configurable
public void dispose()
Disposable
dispose
in interface Disposable
public ORB getOrb()
public void setOrb(ORB newOrb)
newOrb
- The new Orb value.public POA getPoa()
public void setPoa(POA newPoa)
newPoa
- The new Poa value.public EvaluationContext newEvaluationContext()
public MessageFactory getMessageFactory()
public DynAnyFactory getDynAnyFactory()
public DynamicEvaluator getDynamicEvaluator()
public TaskProcessor getTaskProcessor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |