|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameServiceException | |
org.objectweb.mobilitools.util.corba | Miscellaneous CORBA facilitators. |
Uses of NameServiceException in org.objectweb.mobilitools.util.corba |
Methods in org.objectweb.mobilitools.util.corba that throw NameServiceException | |
org.omg.CORBA.Object |
NameService.resolve(java.lang.String name)
Resolves a String-fied name to the bound object reference. |
org.omg.CORBA.Object |
NameService.resolve(org.omg.CosNaming.NameComponent[] name)
Resolves a name to the bound object reference. |
NSbinding[] |
NameService.list(java.lang.String contextName)
Returns an array of objects of contexts bound in the given context name. |
NSbinding[] |
NameService.list(org.omg.CosNaming.NameComponent[] contextName)
Returns an array of objects of contexts bound in the given context name. |
void |
NameService.makePath(java.lang.String name)
|
void |
NameService.makePath(org.omg.CosNaming.NameComponent[] name)
|
void |
NameService.bind(java.lang.String name,
org.omg.CORBA.Object obj)
|
void |
NameService.bind(org.omg.CosNaming.NameComponent[] name,
org.omg.CORBA.Object obj)
|
void |
NameService.rebind(java.lang.String name,
org.omg.CORBA.Object obj)
|
void |
NameService.rebind(org.omg.CosNaming.NameComponent[] name,
org.omg.CORBA.Object obj)
|
void |
NameService.unbind(java.lang.String name)
|
void |
NameService.unbind(org.omg.CosNaming.NameComponent[] name)
|
void |
NameService.destroy(java.lang.String name)
|
void |
NameService.destroy(org.omg.CosNaming.NameComponent[] name)
|
void |
NameService.deepUnbind(java.lang.String name)
|
void |
NameService.deepUnbind(org.omg.CosNaming.NameComponent[] name)
|
void |
NameService.bind(org.omg.CosNaming.NameComponent[] name,
org.omg.CORBA.Object obj,
boolean force)
|
boolean |
NameService.isContext(java.lang.String name)
|
boolean |
NameService.isContext(org.omg.CosNaming.NameComponent[] name)
|
Constructors in org.objectweb.mobilitools.util.corba that throw NameServiceException | |
NSbinder()
Creates a new name service binder utility, using default/singleton ORB object. |
|
NSbinder(org.omg.CORBA.ORB orb)
Creates a new name service binder utility, using the provided ORB object. |
|
NameService(org.omg.CORBA.ORB orb)
Creates and initializes a new name service front-end. |
|
NameService(org.omg.CORBA.Object obj)
Creates and initializes a new name service front-end. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |