|
Novell exteNd Messaging Platform 5.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.omg.CosNaming._NamingContextExtStub
Stub for NamingContextExt
Constructor Summary | |
_NamingContextExtStub()
|
Method Summary | |
String[] |
_ids()
Retrieves a string array containing the repository identifiers supported by this ObjectImpl object. |
void |
bind_context(NameComponent[] n,
NamingContext nc)
Names an object that is a naming context. |
NamingContext |
bind_new_context(NameComponent[] n)
Create a new context and bind it with the given name. |
void |
bind(NameComponent[] n,
Object obj)
Creates a binding of a name and a CORBA Object in a Naming Context. |
void |
destroy()
Destroy the context. |
void |
list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
List atmost how_many number of bindings. |
NamingContext |
new_context()
Create a new Context. |
void |
rebind_context(NameComponent[] n,
NamingContext nc)
Creates a binding of a name and a naming context in the naming context even if the name is already bound in the context. |
void |
rebind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context even if the name is already bound in the context. |
Object |
resolve_str(String n)
This is a convenience operation that performs a resolve in the same manner as NamingContext::resolve. |
Object |
resolve(NameComponent[] n)
The resolve operation is the process of retrieving an object bound to a name in a given context. |
NameComponent[] |
to_name(String sn)
This operation accepts a stringified name and returns a Name. |
String |
to_string(NameComponent[] n)
This operation accepts a Name and returns a stringified name. |
String |
to_url(String addr,
String sn)
This operation takes a URL component such as "myhost.xyz.com" and a stringified name. |
void |
unbind(NameComponent[] n)
The unbind operation removes a binding from a Naming Context. |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
Constructor Detail |
public _NamingContextExtStub()
Method Detail |
public void bind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName, AlreadyBound
NamingContextExtOperations
bind
in interface NamingContextExtOperations
NotFound
CannotProceed
InvalidName
AlreadyBound
public void bind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName, AlreadyBound
NamingContextExtOperations
bind_context
in interface NamingContextExtOperations
NotFound
CannotProceed
InvalidName
AlreadyBound
public void rebind(NameComponent[] n, Object obj) throws NotFound, CannotProceed, InvalidName
NamingContextExtOperations
rebind
in interface NamingContextExtOperations
NotFound
CannotProceed
InvalidName
public void rebind_context(NameComponent[] n, NamingContext nc) throws NotFound, CannotProceed, InvalidName
NamingContextExtOperations
rebind_context
in interface NamingContextExtOperations
NotFound
CannotProceed
InvalidName
public Object resolve(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NamingContextExtOperations
resolve
in interface NamingContextExtOperations
NotFound
CannotProceed
InvalidName
public void unbind(NameComponent[] n) throws NotFound, CannotProceed, InvalidName
NamingContextExtOperations
unbind
in interface NamingContextExtOperations
NotFound
CannotProceed
InvalidName
public void list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
NamingContextExtOperations
list
in interface NamingContextExtOperations
public NamingContext new_context()
NamingContextExtOperations
new_context
in interface NamingContextExtOperations
public NamingContext bind_new_context(NameComponent[] n) throws NotFound, AlreadyBound, CannotProceed, InvalidName
NamingContextExtOperations
bind_new_context
in interface NamingContextExtOperations
NotFound
AlreadyBound
CannotProceed
InvalidName
public void destroy() throws NotEmpty
NamingContextExtOperations
destroy
in interface NamingContextExtOperations
NotEmpty
public String to_string(NameComponent[] n) throws InvalidName
NamingContextExtOperations
to_string
in interface NamingContextExtOperations
InvalidName
public NameComponent[] to_name(String sn) throws InvalidName
NamingContextExtOperations
to_name
in interface NamingContextExtOperations
InvalidName
public String to_url(String addr, String sn) throws InvalidAddress, InvalidName
NamingContextExtOperations
It is legal for the address and/or stringified_name to be empty. If the address is empty, it means the local host.
to_url
in interface NamingContextExtOperations
InvalidAddress
InvalidName
public Object resolve_str(String n) throws NotFound, CannotProceed, InvalidName
NamingContextExtOperations
resolve_str
in interface NamingContextExtOperations
NotFound
CannotProceed
InvalidName
public String[] _ids()
ObjectImpl
ObjectImpl
object. For example,
for a stub, this method returns information about all the
interfaces supported by the stub.
_ids
in class ObjectImpl
ObjectImpl
instance
|
Novell exteNd Messaging Platform 5.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |