wt.corba.naming
Class EasyNaming
java.lang.Object
wt.corba.naming.EasyNaming
- public class EasyNaming
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
root_context
private NamingContext root_context
EasyNaming
public EasyNaming(ORB orb)
EasyNaming
public EasyNaming(ORB orb,
String ior_string)
bind_from_string
public void bind_from_string(String str,
Object obj)
throws InvalidName,
AlreadyBound,
CannotProceed,
NotFound,
SystemException
- Throws:
InvalidName
AlreadyBound
CannotProceed
NotFound
SystemException
rebind_from_string
public void rebind_from_string(String str,
Object obj)
throws InvalidName,
AlreadyBound,
CannotProceed,
NotFound,
SystemException
- Throws:
InvalidName
AlreadyBound
CannotProceed
NotFound
SystemException
unbind_from_string
public void unbind_from_string(String str)
throws InvalidName,
NotFound,
CannotProceed,
SystemException
- Throws:
InvalidName
NotFound
CannotProceed
SystemException
resolve_from_string
public Object resolve_from_string(String str)
throws InvalidName,
NotFound,
CannotProceed,
InvalidName,
SystemException
- Throws:
InvalidName
NotFound
CannotProceed
SystemException
get_root_context
public NamingContext get_root_context()
str2name
public NameComponent[] str2name(String str)
throws InvalidName
- Throws:
InvalidName