|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigAdapter
Translates TSS and CSS configurations into CORBA startup args and properties.
Method Summary | |
---|---|
ORB |
createClientORB(CSSBean client)
Create an ORB for a CSSBean client context. |
Object |
createNameService(String host,
int port)
Create a transient name service instance using the specified host name and port. |
ORB |
createNameServiceClientORB(CSSBean client)
Create an ORB for a CSSBean nameservice client context. |
ORB |
createServerORB(CORBABean server)
Create an ORB for a CORBABean server context. |
void |
destroyNameService(Object ns)
Destroy a name service instance created by a prior call to createNameService(). |
Method Detail |
---|
ORB createServerORB(CORBABean server) throws ConfigException
server
- The CORBABean that owns this ORB's configuration.
ConfigException
ORB createNameServiceClientORB(CSSBean client) throws ConfigException
client
- The configured CSSBean used for access.
ConfigException
ORB createClientORB(CSSBean client) throws ConfigException
client
- The configured CSSBean used for access.
ConfigException
Object createNameService(String host, int port) throws ConfigException
host
- The String host name.port
- The port number of the listener.
ConfigException
void destroyNameService(Object ns)
ns
- The opaque name service object returned from a
prior call to createNameService().
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |