|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.apache.yoko.orb.IMR._ServerStub
public class _ServerStub
Field Summary | |
---|---|
static Class |
_ob_opsClass
|
Constructor Summary | |
---|---|
_ServerStub()
|
Method Summary | |
---|---|
String[] |
_ids()
|
boolean |
activatePOAs()
Allow implicit POA activation. |
void |
activatePOAs(boolean _ob_a)
|
String[] |
args()
The server's command-line arguments. |
void |
args(String[] _ob_a)
|
void |
clear_error_state()
Clear the servers error state |
void |
create_poa_record(String[] _ob_a0)
Create a POA record. |
void |
destroy()
Destroy the server record. |
String |
directory()
The server's runtime directory. |
void |
directory(String _ob_a)
|
String |
exec()
The exec string for the server. |
void |
exec(String _ob_a)
|
int |
failureTimeout()
The failure timeout. |
void |
failureTimeout(int _ob_a)
|
POAInfo |
get_poa_info(String[] _ob_a0)
Retrieve POA info record. |
String |
host()
The server host. |
void |
host(String _ob_a)
|
int |
id()
The server id. |
POAInfo[] |
list_poas()
List the poas. |
boolean |
manual()
Was this process manually started? |
short |
maxForks()
The maximum number of forks. |
void |
maxForks(short _ob_a)
|
ServerActivationMode |
mode()
The server mode |
void |
mode(ServerActivationMode _ob_a)
|
String |
name()
The server name. |
void |
name(String _ob_a)
|
void |
remove_poa_record(String[] _ob_a0)
Remove a POA record. |
void |
start()
Start the server, if not running. |
ServerStatus |
status()
The server status. |
void |
stop()
Stop the server, if running. |
short |
timesForked()
The number of times restarted. |
int |
updateTime()
The last update time. |
int |
updateTimeout()
The update timeout. |
void |
updateTimeout(int _ob_a)
|
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 class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Field Detail |
---|
public static final Class _ob_opsClass
Constructor Detail |
---|
public _ServerStub()
Method Detail |
---|
public String[] _ids()
_ids
in class ObjectImpl
public int id()
ServerOperations
id
in interface ServerOperations
public ServerStatus status()
ServerOperations
status
in interface ServerOperations
public boolean manual()
ServerOperations
manual
in interface ServerOperations
public int updateTime()
ServerOperations
updateTime
in interface ServerOperations
public short timesForked()
ServerOperations
timesForked
in interface ServerOperations
public String name()
ServerOperations
name
in interface ServerOperations
public void name(String _ob_a)
name
in interface ServerOperations
public String host()
ServerOperations
host
in interface ServerOperations
public void host(String _ob_a)
host
in interface ServerOperations
public String exec()
ServerOperations
exec
in interface ServerOperations
public void exec(String _ob_a)
exec
in interface ServerOperations
public String[] args()
ServerOperations
args
in interface ServerOperations
public void args(String[] _ob_a)
args
in interface ServerOperations
public String directory()
ServerOperations
directory
in interface ServerOperations
public void directory(String _ob_a)
directory
in interface ServerOperations
public ServerActivationMode mode()
ServerOperations
mode
in interface ServerOperations
public void mode(ServerActivationMode _ob_a)
mode
in interface ServerOperations
public int updateTimeout()
ServerOperations
updateTimeout
in interface ServerOperations
public void updateTimeout(int _ob_a)
updateTimeout
in interface ServerOperations
public int failureTimeout()
ServerOperations
failureTimeout
in interface ServerOperations
public void failureTimeout(int _ob_a)
failureTimeout
in interface ServerOperations
public short maxForks()
ServerOperations
maxForks
in interface ServerOperations
public void maxForks(short _ob_a)
maxForks
in interface ServerOperations
public boolean activatePOAs()
ServerOperations
activatePOAs
in interface ServerOperations
public void activatePOAs(boolean _ob_a)
activatePOAs
in interface ServerOperations
public void create_poa_record(String[] _ob_a0) throws POAAlreadyRegistered
ServerOperations
create_poa_record
in interface ServerOperations
_ob_a0
- The POA to create
POAAlreadyRegistered
public void remove_poa_record(String[] _ob_a0) throws _NoSuchPOA
ServerOperations
remove_poa_record
in interface ServerOperations
_ob_a0
- The POA to remove
_NoSuchPOA
public POAInfo get_poa_info(String[] _ob_a0) throws _NoSuchPOA
ServerOperations
get_poa_info
in interface ServerOperations
_ob_a0
- The POA name
_NoSuchPOA
public POAInfo[] list_poas()
ServerOperations
list_poas
in interface ServerOperations
public void clear_error_state()
ServerOperations
clear_error_state
in interface ServerOperations
public void start() throws ServerRunning
ServerOperations
start
in interface ServerOperations
ServerRunning
public void stop() throws OADNotRunning, ServerNotRunning
ServerOperations
stop
in interface ServerOperations
OADNotRunning
ServerNotRunning
public void destroy() throws ServerRunning
ServerOperations
destroy
in interface ServerOperations
ServerRunning
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |