org.omg.FT
Class _CheckpointableStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.FT._CheckpointableStub
All Implemented Interfaces:
Checkpointable, CheckpointableOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable

public class _CheckpointableStub
extends org.omg.CORBA.portable.ObjectImpl
implements Checkpointable

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
 
Constructor Summary
_CheckpointableStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 byte[] get_state()
           
 void set_state(byte[] s)
           
 
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
 

Field Detail

_ids_list

static final java.lang.String[] _ids_list

_opsClass

private static final java.lang.Class _opsClass
Constructor Detail

_CheckpointableStub

public _CheckpointableStub()
Method Detail

_ids

public java.lang.String[] _ids()
Overrides:
_ids in class org.omg.CORBA.portable.ObjectImpl

get_state

public byte[] get_state()
                 throws NoStateAvailable
Specified by:
get_state in interface CheckpointableOperations

set_state

public void set_state(byte[] s)
               throws InvalidState
Specified by:
set_state in interface CheckpointableOperations