Methods Summary |
---|
public java.lang.String[] | _ids()
return (String[])__ids.clone ();
|
public org.omg.CosTransactions.otid_t | getGlobalTID(org.omg.CosTransactions.StatusHolder status)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("getGlobalTID", true);
$in = _invoke ($out);
org.omg.CosTransactions.otid_t $result = org.omg.CosTransactions.otid_tHelper.read ($in);
status.value = org.omg.CosTransactions.StatusHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return getGlobalTID (status);
} finally {
_releaseReply ($in);
}
|
public long | getLocalTID(org.omg.CosTransactions.StatusHolder status)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("getLocalTID", true);
$in = _invoke ($out);
long $result = $in.read_longlong ();
status.value = org.omg.CosTransactions.StatusHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return getLocalTID (status);
} finally {
_releaseReply ($in);
}
|
public org.omg.CosTransactions.Status | getTranState()
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("getTranState", true);
$in = _invoke ($out);
org.omg.CosTransactions.Status $result = org.omg.CosTransactions.StatusHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return getTranState ();
} finally {
_releaseReply ($in);
}
|
public org.omg.CosTransactions.Coordinator | get_coordinator()
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_coordinator", true);
$in = _invoke ($out);
org.omg.CosTransactions.Coordinator $result = org.omg.CosTransactions.CoordinatorHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
if (_id.equals ("IDL:omg.org/CosTransactions/Unavailable:1.0"))
throw org.omg.CosTransactions.UnavailableHelper.read ($in);
else
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_coordinator ();
} finally {
_releaseReply ($in);
}
|
public org.omg.CosTransactions.Terminator | get_terminator()
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_terminator", true);
$in = _invoke ($out);
org.omg.CosTransactions.Terminator $result = org.omg.CosTransactions.TerminatorHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
if (_id.equals ("IDL:omg.org/CosTransactions/Unavailable:1.0"))
throw org.omg.CosTransactions.UnavailableHelper.read ($in);
else
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_terminator ();
} finally {
_releaseReply ($in);
}
|
private void | readObject(java.io.ObjectInputStream s)
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
|
public void | setTranState(org.omg.CosTransactions.Status state)
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("setTranState", true);
org.omg.CosTransactions.StatusHelper.write ($out, state);
$in = _invoke ($out);
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
setTranState (state);
} finally {
_releaseReply ($in);
}
|
private void | writeObject(java.io.ObjectOutputStream s)
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
|