wt.corba.naming
Class EasyNaming

java.lang.Object
  extended bywt.corba.naming.EasyNaming

public class EasyNaming
extends Object


Field Summary
private  NamingContext root_context
           
 
Constructor Summary
EasyNaming(ORB orb)
           
EasyNaming(ORB orb, String ior_string)
           
 
Method Summary
 void bind_from_string(String str, Object obj)
           
 NamingContext get_root_context()
           
 void rebind_from_string(String str, Object obj)
           
 Object resolve_from_string(String str)
           
 NameComponent[] str2name(String str)
           
 void unbind_from_string(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root_context

private NamingContext root_context
Constructor Detail

EasyNaming

public EasyNaming(ORB orb)

EasyNaming

public EasyNaming(ORB orb,
                  String ior_string)
Method Detail

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