org.apache.yoko.orb.IMR
Class _ServerFactoryStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.apache.yoko.orb.IMR._ServerFactoryStub
- All Implemented Interfaces:
- Serializable, ServerFactory, ServerFactoryOperations, Object, IDLEntity
public class _ServerFactoryStub
- extends ObjectImpl
- implements ServerFactory
- See Also:
- Serialized Form
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_ob_opsClass
public static final Class _ob_opsClass
_ServerFactoryStub
public _ServerFactoryStub()
_ids
public String[] _ids()
- Specified by:
_ids
in class ObjectImpl
get_server
public Server get_server(String _ob_a0)
throws NoSuchServer
- Description copied from interface:
ServerFactoryOperations
- Retrieve a server record.
- Specified by:
get_server
in interface ServerFactoryOperations
- Parameters:
_ob_a0
- The server name
- Returns:
- The server record.
- Throws:
NoSuchServer
create_server_record
public Server create_server_record(String _ob_a0)
throws ServerAlreadyRegistered
- Description copied from interface:
ServerFactoryOperations
- Create server record.
- Specified by:
create_server_record
in interface ServerFactoryOperations
- Parameters:
_ob_a0
- The server name
- Returns:
- The ID of the created server
- Throws:
ServerAlreadyRegistered
list_servers
public Server[] list_servers()
- Description copied from interface:
ServerFactoryOperations
- List all the server records.
- Specified by:
list_servers
in interface ServerFactoryOperations
- Returns:
- A sequence of server records.
list_servers_by_host
public Server[] list_servers_by_host(String _ob_a0)
- Description copied from interface:
ServerFactoryOperations
- List the server records for a particular OAD/Host.
- Specified by:
list_servers_by_host
in interface ServerFactoryOperations
- Returns:
- A sequence of server records.
list_orphaned_servers
public Server[] list_orphaned_servers()
- Description copied from interface:
ServerFactoryOperations
- List the orphaned server records.
- Specified by:
list_orphaned_servers
in interface ServerFactoryOperations
- Returns:
- A sequence of server records.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.