|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JComponentContextFactoryDelegate
The JComponentContextFactoryDelegate
interface is used to
separate the NamingManager implementation of other container
implementation details concerning the component Context content.
Example: Add the java:comp/ORB
CORBA ORB instance in the Context.
Method Summary | |
---|---|
void |
modify(Context componentContext)
Gives the possibility to modify the java:comp component Context. |
void |
undo(Context componentContext)
Undo the changes done by this delegate on the given java:comp context. |
Method Detail |
---|
void modify(Context componentContext) throws NamingException
java:comp
component Context.
componentContext
- java:comp/
component context to be modified.
NamingException
- thrown if something goes wrong
during the Context
update.void undo(Context componentContext) throws NamingException
componentContext
- java:comp/
component context to be modified.
NamingException
- thrown if something goes wrong
during the Context
update.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |