com.sssw.jbroker.api.bootstrap
Class _InitialReferencesStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
com.sssw.jbroker.api.bootstrap._InitialReferencesStub
- All Implemented Interfaces:
- IDLEntity, InitialReferences, InitialReferencesOperations, Object, Serializable
- public class _InitialReferencesStub
- extends ObjectImpl
- implements InitialReferences
Stub for InitialReferences
- See Also:
- Serialized Form
Method Summary |
String[] |
_ids()
Retrieves a string array containing the repository identifiers
supported by this ObjectImpl object. |
Object |
get(String objectId)
Get the object reference for the requested
Service. |
String[] |
list()
Get the list of service names. |
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 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 |
_InitialReferencesStub
public _InitialReferencesStub()
get
public Object get(String objectId)
- Description copied from interface:
InitialReferencesOperations
- Get the object reference for the requested
Service.
- Specified by:
get
in interface InitialReferencesOperations
- Parameters:
objectId
- name of the service
- Returns:
- object reference for the service, or null
if refernce is not found
list
public String[] list()
- Description copied from interface:
InitialReferencesOperations
- Get the list of service names.
- Specified by:
list
in interface InitialReferencesOperations
- Returns:
- the list of service names
_ids
public String[] _ids()
- Description copied from class:
ObjectImpl
- Retrieves a string array containing the repository identifiers
supported by this
ObjectImpl
object. For example,
for a stub, this method returns information about all the
interfaces supported by the stub.
- Specified by:
_ids
in class ObjectImpl
- Returns:
- the array of all repository identifiers supported by this
ObjectImpl
instance
exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.