|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.portable.ObjectImpl | +--org.omg.CORBA.DynamicImplementation | +--codec.client.DynObject
Class implementing Universal Servant for accepting Client requests.
Field Summary | |
private java.lang.String[] |
ids
|
java.lang.Boolean |
isException
Defines whether an exceptional situation happened during invocation which requires to immediately raise CORBA::UNKNOWN exception for all requests associated with this object. |
java.lang.Boolean |
isInitialLockReleased
The field is introduced here to prevent situation when Client will be fantastically fast in finding out presence of a newly-created Universal Servant and will attempt to invoke its operations too early. |
java.lang.String[] |
nsLocation
|
static int |
REF_TYPE_NSERV
|
static int |
REF_TYPE_RFILE
|
java.lang.String |
refFile
|
int |
refType
|
Fields inherited from class org.omg.CORBA.portable.ObjectImpl |
__delegate |
Constructor Summary | |
DynObject(java.lang.String[] ids_)
|
Method Summary | |
java.lang.String[] |
_ids()
|
void |
invoke(org.omg.CORBA.ServerRequest request)
|
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 |
|
Field Detail |
private java.lang.String[] ids
public int refType
public static final int REF_TYPE_RFILE
public static final int REF_TYPE_NSERV
public java.lang.String refFile
public java.lang.String[] nsLocation
public volatile java.lang.Boolean isException
public volatile java.lang.Boolean isInitialLockReleased
Constructor Detail |
public DynObject(java.lang.String[] ids_)
Method Detail |
public java.lang.String[] _ids()
public void invoke(org.omg.CORBA.ServerRequest request)
|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |