org.omg.FT
Class _LoggingRecoveryControllerStub
java.lang.Object
|
+--org.omg.CORBA.portable.ObjectImpl
|
+--org.omg.FT._LoggingRecoveryControllerStub
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, LoggingRecoveryController, LoggingRecoveryControllerOperations, org.omg.CORBA.Object, java.io.Serializable
- public class _LoggingRecoveryControllerStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements LoggingRecoveryController
- See Also:
- Serialized Form
Field Summary |
(package private) static java.lang.String[] |
_ids_list
|
private static java.lang.Class |
_opsClass
|
Fields inherited from class org.omg.CORBA.portable.ObjectImpl |
__delegate |
Method Summary |
java.lang.String[] |
_ids()
|
ResultResultArgs |
call_reply(long target,
java.lang.String client_id,
int retention_id)
|
void |
do_checkpointing(Checkpointable checkpointed_obj,
long obj_id,
long checkpoint_interval,
Checkpointable[] transfer_to,
boolean transfer,
boolean periodic)
|
void |
do_updating(Updateable updated_obj,
long obj_id,
long update_interval,
Updateable[] transfer_to,
boolean transfer,
boolean periodic)
|
void |
react_set_st_upd_reply(long o_i)
|
ResultResultArgs |
record_method_call_as(long target,
java.lang.String operation,
byte[] buff,
boolean big_e,
org.omg.GIOP.Version vers,
java.lang.String client_id,
int retention_id,
long expiration_time,
char method_type,
boolean broadcast)
|
ResultResultArgs |
record_method_call_par(long target,
java.lang.String operation,
org.omg.Dynamic.Parameter[] arguments,
java.lang.String client_id,
int retention_id,
long expiration_time,
char method_type,
long time_s,
boolean broadcast)
|
void |
record_method_no_wait_as(long objI,
java.lang.String oper,
byte[] buffer,
boolean big_e,
org.omg.GIOP.Version vers,
java.lang.String client_id,
int retention_id,
long expiration_time,
char met_type,
long mess_id)
|
void |
record_method_no_wait_par(long objI,
java.lang.String oper,
org.omg.Dynamic.Parameter[] args,
java.lang.String client_id,
int retention_id,
long expiration_time,
char meth_type,
long mess_id)
|
void |
record_part_get_st_upd_reply(long o_id,
int c_r_i,
java.lang.String oper)
|
void |
record_replies(LogRecord[] r)
|
void |
record_reply_exc(long source,
java.lang.String client_id,
int retention_id,
char m_t)
|
void |
record_reply_no_notify(long objI,
java.lang.String client_id,
int retention_id,
org.omg.CORBA.Any result,
org.omg.CORBA.Any[] result_arguments,
char m_t)
|
void |
record_reply_stateless(long o_i,
java.lang.String cl_id,
int ret_id,
long exp_time,
org.omg.CORBA.Any repl,
org.omg.CORBA.Any[] repls)
|
void |
record_reply(long source,
java.lang.String client_id,
int retention_id,
org.omg.CORBA.Any reply,
org.omg.CORBA.Any[] reply_args,
char m_t,
boolean broadcast)
|
void |
record_request_repl(java.lang.String cl_id,
org.omg.CORBA.Object to,
java.lang.String operation,
org.omg.CORBA.Any[] arguments,
int retention_id,
org.omg.CORBA.Any reply)
|
void |
recover_new_replica_ch(long o_id,
LoggingRecoveryController lrc,
Checkpointable to_recover,
int repl_s)
|
void |
recover_new_replica_st_ch(long o_id,
LoggingRecoveryController new_lrc,
Checkpointable to_recover,
Checkpointable failed_obj)
|
void |
recover_new_replica_upd(long o_id,
LoggingRecoveryController lrc,
Updateable to_recover,
int repl_s)
|
void |
remove_log(long o_id)
|
void |
replay_last_requests(org.omg.CORBA.Object stub,
LogRecord[] l_r,
long objI,
int crt_ret_id,
int repl_s)
|
ResultResultArgs |
request_reply(java.lang.String cl_id,
int retention_id,
org.omg.CORBA.Object to)
|
void |
set_neighbours(LoggingRecoveryController[] rm)
|
void |
stop_checkpointing(Checkpointable ch_o)
|
void |
stop_updating(Updateable up_o)
|
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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, registerNatives, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_ids_list
static final java.lang.String[] _ids_list
_opsClass
private static final java.lang.Class _opsClass
_LoggingRecoveryControllerStub
public _LoggingRecoveryControllerStub()
_ids
public java.lang.String[] _ids()
- Overrides:
_ids
in class org.omg.CORBA.portable.ObjectImpl
record_part_get_st_upd_reply
public void record_part_get_st_upd_reply(long o_id,
int c_r_i,
java.lang.String oper)
- Specified by:
record_part_get_st_upd_reply
in interface LoggingRecoveryControllerOperations
record_method_call_par
public ResultResultArgs record_method_call_par(long target,
java.lang.String operation,
org.omg.Dynamic.Parameter[] arguments,
java.lang.String client_id,
int retention_id,
long expiration_time,
char method_type,
long time_s,
boolean broadcast)
- Specified by:
record_method_call_par
in interface LoggingRecoveryControllerOperations
record_method_call_as
public ResultResultArgs record_method_call_as(long target,
java.lang.String operation,
byte[] buff,
boolean big_e,
org.omg.GIOP.Version vers,
java.lang.String client_id,
int retention_id,
long expiration_time,
char method_type,
boolean broadcast)
- Specified by:
record_method_call_as
in interface LoggingRecoveryControllerOperations
record_reply
public void record_reply(long source,
java.lang.String client_id,
int retention_id,
org.omg.CORBA.Any reply,
org.omg.CORBA.Any[] reply_args,
char m_t,
boolean broadcast)
- Specified by:
record_reply
in interface LoggingRecoveryControllerOperations
record_reply_exc
public void record_reply_exc(long source,
java.lang.String client_id,
int retention_id,
char m_t)
- Specified by:
record_reply_exc
in interface LoggingRecoveryControllerOperations
react_set_st_upd_reply
public void react_set_st_upd_reply(long o_i)
- Specified by:
react_set_st_upd_reply
in interface LoggingRecoveryControllerOperations
call_reply
public ResultResultArgs call_reply(long target,
java.lang.String client_id,
int retention_id)
- Specified by:
call_reply
in interface LoggingRecoveryControllerOperations
request_reply
public ResultResultArgs request_reply(java.lang.String cl_id,
int retention_id,
org.omg.CORBA.Object to)
- Specified by:
request_reply
in interface LoggingRecoveryControllerOperations
record_request_repl
public void record_request_repl(java.lang.String cl_id,
org.omg.CORBA.Object to,
java.lang.String operation,
org.omg.CORBA.Any[] arguments,
int retention_id,
org.omg.CORBA.Any reply)
- Specified by:
record_request_repl
in interface LoggingRecoveryControllerOperations
record_reply_stateless
public void record_reply_stateless(long o_i,
java.lang.String cl_id,
int ret_id,
long exp_time,
org.omg.CORBA.Any repl,
org.omg.CORBA.Any[] repls)
- Specified by:
record_reply_stateless
in interface LoggingRecoveryControllerOperations
do_checkpointing
public void do_checkpointing(Checkpointable checkpointed_obj,
long obj_id,
long checkpoint_interval,
Checkpointable[] transfer_to,
boolean transfer,
boolean periodic)
- Specified by:
do_checkpointing
in interface LoggingRecoveryControllerOperations
stop_checkpointing
public void stop_checkpointing(Checkpointable ch_o)
- Specified by:
stop_checkpointing
in interface LoggingRecoveryControllerOperations
do_updating
public void do_updating(Updateable updated_obj,
long obj_id,
long update_interval,
Updateable[] transfer_to,
boolean transfer,
boolean periodic)
- Specified by:
do_updating
in interface LoggingRecoveryControllerOperations
stop_updating
public void stop_updating(Updateable up_o)
- Specified by:
stop_updating
in interface LoggingRecoveryControllerOperations
set_neighbours
public void set_neighbours(LoggingRecoveryController[] rm)
- Specified by:
set_neighbours
in interface LoggingRecoveryControllerOperations
replay_last_requests
public void replay_last_requests(org.omg.CORBA.Object stub,
LogRecord[] l_r,
long objI,
int crt_ret_id,
int repl_s)
- Specified by:
replay_last_requests
in interface LoggingRecoveryControllerOperations
record_replies
public void record_replies(LogRecord[] r)
- Specified by:
record_replies
in interface LoggingRecoveryControllerOperations
recover_new_replica_ch
public void recover_new_replica_ch(long o_id,
LoggingRecoveryController lrc,
Checkpointable to_recover,
int repl_s)
- Specified by:
recover_new_replica_ch
in interface LoggingRecoveryControllerOperations
recover_new_replica_st_ch
public void recover_new_replica_st_ch(long o_id,
LoggingRecoveryController new_lrc,
Checkpointable to_recover,
Checkpointable failed_obj)
- Specified by:
recover_new_replica_st_ch
in interface LoggingRecoveryControllerOperations
recover_new_replica_upd
public void recover_new_replica_upd(long o_id,
LoggingRecoveryController lrc,
Updateable to_recover,
int repl_s)
- Specified by:
recover_new_replica_upd
in interface LoggingRecoveryControllerOperations
remove_log
public void remove_log(long o_id)
- Specified by:
remove_log
in interface LoggingRecoveryControllerOperations
record_method_no_wait_par
public void record_method_no_wait_par(long objI,
java.lang.String oper,
org.omg.Dynamic.Parameter[] args,
java.lang.String client_id,
int retention_id,
long expiration_time,
char meth_type,
long mess_id)
- Specified by:
record_method_no_wait_par
in interface LoggingRecoveryControllerOperations
record_method_no_wait_as
public void record_method_no_wait_as(long objI,
java.lang.String oper,
byte[] buffer,
boolean big_e,
org.omg.GIOP.Version vers,
java.lang.String client_id,
int retention_id,
long expiration_time,
char met_type,
long mess_id)
- Specified by:
record_method_no_wait_as
in interface LoggingRecoveryControllerOperations
record_reply_no_notify
public void record_reply_no_notify(long objI,
java.lang.String client_id,
int retention_id,
org.omg.CORBA.Any result,
org.omg.CORBA.Any[] result_arguments,
char m_t)
- Specified by:
record_reply_no_notify
in interface LoggingRecoveryControllerOperations