java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CosNaming._NamingContextExtStub
- All Implemented Interfaces:
- Serializable, Object, IDLEntity, NamingContext, NamingContextExt, NamingContextExtOperations, NamingContextOperations
- See Also:
- Source Code
public void bind(NameComponent[] n,
Object obj)
throws NotFound,
CannotProceed,
InvalidName,
AlreadyBound
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void bind_context(NameComponent[] n,
NamingContext nc)
throws NotFound,
CannotProceed,
InvalidName,
AlreadyBound
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public NamingContext bind_new_context(NameComponent[] n)
throws NotFound,
AlreadyBound,
CannotProceed,
InvalidName
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void destroy()
throws NotEmpty
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public NamingContext new_context()
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void rebind(NameComponent[] n,
Object obj)
throws NotFound,
CannotProceed,
InvalidName
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void rebind_context(NameComponent[] n,
NamingContext nc)
throws NotFound,
CannotProceed,
InvalidName
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object resolve(NameComponent[] n)
throws NotFound,
CannotProceed,
InvalidName
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object resolve_str(String sn)
throws NotFound,
CannotProceed,
InvalidName
- See Also:
- NamingContextExtOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public NameComponent[] to_name(String sn)
throws InvalidName
- See Also:
- NamingContextExtOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String to_string(NameComponent[] n)
throws InvalidName
- See Also:
- NamingContextExtOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String to_url(String addr,
String sn)
throws InvalidAddress,
InvalidName
- See Also:
- NamingContextExtOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void unbind(NameComponent[] n)
throws NotFound,
CannotProceed,
InvalidName
- See Also:
- NamingContextOperations
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String[] _ids()
- See Also:
- ObjectImpl
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public _NamingContextExtStub()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples