|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.objectweb.jonathan.libs.kernel.GenericFactory
|
+--org.objectweb.jeremie.libs.binding.jiop.JIOPFactory
| Constructor Summary | |
JIOPFactory()
|
|
| Method Summary | |
protected Object[] |
getUsedComponents(Context _c)
Returns the components required to create a new JIOP
instance.
|
protected Object |
newInstance(Context _c,
Object[] _used_components)
Returns a new JIOP instance created using the provided components. |
| Methods inherited from class org.objectweb.jonathan.libs.kernel.GenericFactory |
configure, newInstance, newObject, register |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JIOPFactory()
| Method Detail |
protected final Object[] getUsedComponents(Context _c)
JIOP
instance.
The provided context must contain a (non null) component of name
"ChunkFactory" of type ChunkFactory.
It must also contain a component of name "MarshallerFactory",
of type MarshallerFactory.
It must also contain a component of name "binder_context",
of type Context.
It may contain a component of name "ServicesHandler", of type
ServicesHandler.
getUsedComponents in class GenericFactory_c - a Context instance;
protected final Object newInstance(Context _c,
Object[] _used_components)
throws JonathanException
newInstance in class GenericFactory_c - a context;_used_components - components to be used to create a new
JIOP instance;JonathanException - if something goes wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||