org.apache.yoko.orb.IMR
Interface ServerFactoryOperations

All Known Subinterfaces:
ServerFactory
All Known Implementing Classes:
_ServerFactoryStub, ServerFactoryPOA

public interface ServerFactoryOperations


Method Summary
 Server create_server_record(String server)
          Create server record.
 Server get_server(String server)
          Retrieve a server record.
 Server[] list_orphaned_servers()
          List the orphaned server records.
 Server[] list_servers_by_host(String host)
          List the server records for a particular OAD/Host.
 Server[] list_servers()
          List all the server records.
 

Method Detail

get_server

Server get_server(String server)
                  throws NoSuchServer
Retrieve a server record.

Parameters:
server - The server name
Returns:
The server record.
Throws:
NoSuchServer

create_server_record

Server create_server_record(String server)
                            throws ServerAlreadyRegistered
Create server record.

Parameters:
server - The server name
Returns:
The ID of the created server
Throws:
ServerAlreadyRegistered

list_servers

Server[] list_servers()
List all the server records.

Returns:
A sequence of server records.

list_servers_by_host

Server[] list_servers_by_host(String host)
List the server records for a particular OAD/Host.

Returns:
A sequence of server records.

list_orphaned_servers

Server[] list_orphaned_servers()
List the orphaned server records.

Returns:
A sequence of server records.


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.