org.apache.yoko.orb.IMR
Interface ServerDomainOperations

All Superinterfaces:
DomainOperations
All Known Subinterfaces:
ServerDomain
All Known Implementing Classes:
_ServerDomainStub, ServerDomainPOA

public interface ServerDomainOperations
extends DomainOperations


Method Summary
 void create_oad_record(String host)
          Create OAD record.
 OADInfo get_oad_record(String host)
          Retrieve an OAD record.
 ServerFactory get_server_factory()
          Retrieve the Server Factory.
 OADInfo[] list_oads()
          List the Object Activation Daemons.
 void remove_oad_record(String host)
          Remove an OAD record.
 
Methods inherited from interface org.apache.yoko.orb.IMR.DomainOperations
registerServer, startup
 

Method Detail

get_server_factory

ServerFactory get_server_factory()
Retrieve the Server Factory.

Returns:
The reference to the server factory.

create_oad_record

void create_oad_record(String host)
                       throws OADAlreadyExists
Create OAD record.

Parameters:
host - The host name
Throws:
OADAlreadyExists

remove_oad_record

void remove_oad_record(String host)
                       throws NoSuchOAD,
                              OADRunning
Remove an OAD record.

Parameters:
host - The OAD's host
Throws:
NoSuchOAD
OADRunning

get_oad_record

OADInfo get_oad_record(String host)
                       throws NoSuchOAD
Retrieve an OAD record.

Parameters:
host - The OAD's host
Returns:
The OAD record.
Throws:
NoSuchOAD

list_oads

OADInfo[] list_oads()
List the Object Activation Daemons.

Returns:
A sequence of OADInfo's.


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