|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerDomainOperations
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 |
---|
ServerFactory get_server_factory()
void create_oad_record(String host) throws OADAlreadyExists
host
- The host name
OADAlreadyExists
void remove_oad_record(String host) throws NoSuchOAD, OADRunning
host
- The OAD's host
NoSuchOAD
OADRunning
OADInfo get_oad_record(String host) throws NoSuchOAD
host
- The OAD's host
NoSuchOAD
OADInfo[] list_oads()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |