index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/CurrentOperations.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/CurrentOperations.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ // Current transaction public interface CurrentOperations extends org.omg.CORBA.CurrentOperations { void begin () throws org.omg.CosTransactions.SubtransactionsUnavailable; void commit (boolean report_heuristics) throws org.omg.CosTransactions.NoTransaction, org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard; void rollback () throws org.omg.CosTransactions.NoTransaction; void rollback_only () throws org.omg.CosTransactions.NoTransaction; org.omg.CosTransactions.Status get_status (); String get_transaction_name (); void set_timeout (int seconds); int get_timeout (); org.omg.CosTransactions.Control get_control (); org.omg.CosTransactions.Control suspend (); void resume (org.omg.CosTransactions.Control which) throws org.omg.CosTransactions.InvalidControl; } // interface CurrentOperations
3,800
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/RecoveryCoordinator.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/RecoveryCoordinator.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface RecoveryCoordinator extends RecoveryCoordinatorOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity { } // interface RecoveryCoordinator
3,801
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/OTSPolicyHolder.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/OTSPolicyHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class OTSPolicyHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosTransactions.OTSPolicy value = null; public OTSPolicyHolder () { } public OTSPolicyHolder (org.omg.CosTransactions.OTSPolicy initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosTransactions.OTSPolicyHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosTransactions.OTSPolicyHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosTransactions.OTSPolicyHelper.type (); } }
3,802
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/InactiveHolder.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/InactiveHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class InactiveHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosTransactions.Inactive value = null; public InactiveHolder () { } public InactiveHolder (org.omg.CosTransactions.Inactive initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosTransactions.InactiveHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosTransactions.InactiveHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosTransactions.InactiveHelper.type (); } }
3,803
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransactionalObjectOperations.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransactionalObjectOperations.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ // TransactionalObject has been deprecated. See 10.3.10. public interface TransactionalObjectOperations { } // interface TransactionalObjectOperations
3,804
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/OTSPolicyHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/OTSPolicyHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class OTSPolicyHelper { private static String _id = "IDL:CosTransactions/OTSPolicy:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CosTransactions.OTSPolicy that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CosTransactions.OTSPolicy extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.CosTransactions.OTSPolicyHelper.id (), "OTSPolicy"); } return __typeCode; } public static String id () { return _id; } public static org.omg.CosTransactions.OTSPolicy read (org.omg.CORBA.portable.InputStream istream) { return narrow (istream.read_Object (_OTSPolicyStub.class)); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTransactions.OTSPolicy value) { ostream.write_Object ((org.omg.CORBA.Object) value); } public static org.omg.CosTransactions.OTSPolicy narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.OTSPolicy) return (org.omg.CosTransactions.OTSPolicy)obj; else if (!obj._is_a (id ())) throw new org.omg.CORBA.BAD_PARAM (); else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._OTSPolicyStub stub = new org.omg.CosTransactions._OTSPolicyStub (); stub._set_delegate(delegate); return stub; } } public static org.omg.CosTransactions.OTSPolicy unchecked_narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.OTSPolicy) return (org.omg.CosTransactions.OTSPolicy)obj; else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._OTSPolicyStub stub = new org.omg.CosTransactions._OTSPolicyStub (); stub._set_delegate(delegate); return stub; } } }
3,805
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/HeuristicMixed.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/HeuristicMixed.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class HeuristicMixed extends org.omg.CORBA.UserException { public HeuristicMixed () { super(HeuristicMixedHelper.id()); } // ctor public HeuristicMixed (String $reason) { super(HeuristicMixedHelper.id() + " " + $reason); } // ctor } // class HeuristicMixed
3,806
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/InactiveHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/InactiveHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class InactiveHelper { private static String _id = "IDL:CosTransactions/Inactive:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CosTransactions.Inactive that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CosTransactions.Inactive extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [0]; org.omg.CORBA.TypeCode _tcOf_members0 = null; __typeCode = org.omg.CORBA.ORB.init ().create_exception_tc (org.omg.CosTransactions.InactiveHelper.id (), "Inactive", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CosTransactions.Inactive read (org.omg.CORBA.portable.InputStream istream) { org.omg.CosTransactions.Inactive value = new org.omg.CosTransactions.Inactive (); // read and discard the repository ID istream.read_string (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTransactions.Inactive value) { // write the repository ID ostream.write_string (id ()); } }
3,807
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransactionPolicyOperations.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransactionPolicyOperations.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface TransactionPolicyOperations extends org.omg.CORBA.PolicyOperations { short tpv (); } // interface TransactionPolicyOperations
3,808
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/_SubtransactionAwareResourceStub.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/_SubtransactionAwareResourceStub.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public class _SubtransactionAwareResourceStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosTransactions.SubtransactionAwareResource { public void commit_subtransaction (org.omg.CosTransactions.Coordinator parent) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("commit_subtransaction", true); org.omg.CosTransactions.CoordinatorHelper.write ($out, parent); $in = _invoke ($out); return; } 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) { commit_subtransaction (parent ); } finally { _releaseReply ($in); } } // commit_subtransaction public void rollback_subtransaction () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("rollback_subtransaction", true); $in = _invoke ($out); return; } 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) { rollback_subtransaction ( ); } finally { _releaseReply ($in); } } // rollback_subtransaction public org.omg.CosTransactions.Vote prepare () throws org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("prepare", true); $in = _invoke ($out); org.omg.CosTransactions.Vote $result = org.omg.CosTransactions.VoteHelper.read ($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/HeuristicMixed:1.0")) throw org.omg.CosTransactions.HeuristicMixedHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicHazard:1.0")) throw org.omg.CosTransactions.HeuristicHazardHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return prepare ( ); } finally { _releaseReply ($in); } } // prepare public void rollback () throws org.omg.CosTransactions.HeuristicCommit, org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("rollback", true); $in = _invoke ($out); return; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/HeuristicCommit:1.0")) throw org.omg.CosTransactions.HeuristicCommitHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicMixed:1.0")) throw org.omg.CosTransactions.HeuristicMixedHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicHazard:1.0")) throw org.omg.CosTransactions.HeuristicHazardHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { rollback ( ); } finally { _releaseReply ($in); } } // rollback public void commit () throws org.omg.CosTransactions.NotPrepared, org.omg.CosTransactions.HeuristicRollback, org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("commit", true); $in = _invoke ($out); return; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/NotPrepared:1.0")) throw org.omg.CosTransactions.NotPreparedHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicRollback:1.0")) throw org.omg.CosTransactions.HeuristicRollbackHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicMixed:1.0")) throw org.omg.CosTransactions.HeuristicMixedHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicHazard:1.0")) throw org.omg.CosTransactions.HeuristicHazardHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { commit ( ); } finally { _releaseReply ($in); } } // commit public void commit_one_phase () throws org.omg.CosTransactions.HeuristicHazard { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("commit_one_phase", true); $in = _invoke ($out); return; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/HeuristicHazard:1.0")) throw org.omg.CosTransactions.HeuristicHazardHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { commit_one_phase ( ); } finally { _releaseReply ($in); } } // commit_one_phase public void forget () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("forget", true); $in = _invoke ($out); return; } 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) { forget ( ); } finally { _releaseReply ($in); } } // forget // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/SubtransactionAwareResource:1.0", "IDL:CosTransactions/Resource:1.0"}; public String[] _ids () { return (String[])__ids.clone (); } private void readObject (java.io.ObjectInputStream s) throws java.io.IOException { 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); } private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException { String[] args = null; java.util.Properties props = null; String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this); s.writeUTF (str); } } // class _SubtransactionAwareResourceStub
3,809
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/FORBIDS.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/FORBIDS.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface FORBIDS { public static final short value = (short)(2); }
3,810
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/_SynchronizationStub.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/_SynchronizationStub.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ // Inheritance from TransactionalObject is for backward compatability // public class _SynchronizationStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosTransactions.Synchronization { public void before_completion () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("before_completion", true); $in = _invoke ($out); return; } 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) { before_completion ( ); } finally { _releaseReply ($in); } } // before_completion public void after_completion (org.omg.CosTransactions.Status s) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("after_completion", true); org.omg.CosTransactions.StatusHelper.write ($out, s); $in = _invoke ($out); return; } 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) { after_completion (s ); } finally { _releaseReply ($in); } } // after_completion // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/Synchronization:1.0", "IDL:CosTransactions/TransactionalObject:1.0"}; public String[] _ids () { return (String[])__ids.clone (); } private void readObject (java.io.ObjectInputStream s) throws java.io.IOException { 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); } private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException { String[] args = null; java.util.Properties props = null; String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this); s.writeUTF (str); } } // class _SynchronizationStub
3,811
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ResourceHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/ResourceHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class ResourceHelper { private static String _id = "IDL:CosTransactions/Resource:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CosTransactions.Resource that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CosTransactions.Resource extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.CosTransactions.ResourceHelper.id (), "Resource"); } return __typeCode; } public static String id () { return _id; } public static org.omg.CosTransactions.Resource read (org.omg.CORBA.portable.InputStream istream) { return narrow (istream.read_Object (_ResourceStub.class)); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTransactions.Resource value) { ostream.write_Object ((org.omg.CORBA.Object) value); } public static org.omg.CosTransactions.Resource narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.Resource) return (org.omg.CosTransactions.Resource)obj; else if (!obj._is_a (id ())) throw new org.omg.CORBA.BAD_PARAM (); else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._ResourceStub stub = new org.omg.CosTransactions._ResourceStub (); stub._set_delegate(delegate); return stub; } } public static org.omg.CosTransactions.Resource unchecked_narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.Resource) return (org.omg.CosTransactions.Resource)obj; else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._ResourceStub stub = new org.omg.CosTransactions._ResourceStub (); stub._set_delegate(delegate); return stub; } } }
3,812
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/SynchronizationUnavailable.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/SynchronizationUnavailable.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class SynchronizationUnavailable extends org.omg.CORBA.UserException { public SynchronizationUnavailable () { super(SynchronizationUnavailableHelper.id()); } // ctor public SynchronizationUnavailable (String $reason) { super(SynchronizationUnavailableHelper.id() + " " + $reason); } // ctor } // class SynchronizationUnavailable
3,813
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/SubtransactionAwareResource.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/SubtransactionAwareResource.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface SubtransactionAwareResource extends SubtransactionAwareResourceOperations, org.omg.CosTransactions.Resource, org.omg.CORBA.portable.IDLEntity { } // interface SubtransactionAwareResource
3,814
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ResourceHolder.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/ResourceHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class ResourceHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosTransactions.Resource value = null; public ResourceHolder () { } public ResourceHolder (org.omg.CosTransactions.Resource initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosTransactions.ResourceHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosTransactions.ResourceHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosTransactions.ResourceHelper.type (); } }
3,815
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/_ResourceStub.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/_ResourceStub.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public class _ResourceStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosTransactions.Resource { public org.omg.CosTransactions.Vote prepare () throws org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("prepare", true); $in = _invoke ($out); org.omg.CosTransactions.Vote $result = org.omg.CosTransactions.VoteHelper.read ($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/HeuristicMixed:1.0")) throw org.omg.CosTransactions.HeuristicMixedHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicHazard:1.0")) throw org.omg.CosTransactions.HeuristicHazardHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return prepare ( ); } finally { _releaseReply ($in); } } // prepare public void rollback () throws org.omg.CosTransactions.HeuristicCommit, org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("rollback", true); $in = _invoke ($out); return; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/HeuristicCommit:1.0")) throw org.omg.CosTransactions.HeuristicCommitHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicMixed:1.0")) throw org.omg.CosTransactions.HeuristicMixedHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicHazard:1.0")) throw org.omg.CosTransactions.HeuristicHazardHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { rollback ( ); } finally { _releaseReply ($in); } } // rollback public void commit () throws org.omg.CosTransactions.NotPrepared, org.omg.CosTransactions.HeuristicRollback, org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("commit", true); $in = _invoke ($out); return; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/NotPrepared:1.0")) throw org.omg.CosTransactions.NotPreparedHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicRollback:1.0")) throw org.omg.CosTransactions.HeuristicRollbackHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicMixed:1.0")) throw org.omg.CosTransactions.HeuristicMixedHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/HeuristicHazard:1.0")) throw org.omg.CosTransactions.HeuristicHazardHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { commit ( ); } finally { _releaseReply ($in); } } // commit public void commit_one_phase () throws org.omg.CosTransactions.HeuristicHazard { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("commit_one_phase", true); $in = _invoke ($out); return; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/HeuristicHazard:1.0")) throw org.omg.CosTransactions.HeuristicHazardHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { commit_one_phase ( ); } finally { _releaseReply ($in); } } // commit_one_phase public void forget () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("forget", true); $in = _invoke ($out); return; } 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) { forget ( ); } finally { _releaseReply ($in); } } // forget // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/Resource:1.0"}; public String[] _ids () { return (String[])__ids.clone (); } private void readObject (java.io.ObjectInputStream s) throws java.io.IOException { 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); } private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException { String[] args = null; java.util.Properties props = null; String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this); s.writeUTF (str); } } // class _ResourceStub
3,816
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ADAPTS.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/ADAPTS.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface ADAPTS { public static final short value = (short)(3); }
3,817
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransactionPolicyPOA.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransactionPolicyPOA.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public abstract class TransactionPolicyPOA extends org.omg.PortableServer.Servant implements org.omg.CosTransactions.TransactionPolicyOperations, org.omg.CORBA.portable.InvokeHandler { // Constructors private static java.util.Hashtable _methods = new java.util.Hashtable (); static { _methods.put ("_get_tpv", new java.lang.Integer (0)); _methods.put ("_get_policy_type", new java.lang.Integer (1)); _methods.put ("copy", new java.lang.Integer (2)); _methods.put ("destroy", new java.lang.Integer (3)); } public org.omg.CORBA.portable.OutputStream _invoke (String $method, org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler $rh) { org.omg.CORBA.portable.OutputStream out = null; java.lang.Integer __method = (java.lang.Integer)_methods.get ($method); if (__method == null) throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE); switch (__method.intValue ()) { case 0: // CosTransactions/TransactionPolicy/_get_tpv { short $result = (short)0; $result = this.tpv (); out = $rh.createReply(); out.write_ushort ($result); break; } case 1: // org/omg/CORBA/Policy/_get_policy_type { int $result = (int)0; $result = this.policy_type (); out = $rh.createReply(); out.write_ulong ($result); break; } case 2: // org/omg/CORBA/Policy/copy { org.omg.CORBA.Policy $result = null; $result = this.copy (); out = $rh.createReply(); org.omg.CORBA.PolicyHelper.write (out, $result); break; } case 3: // org/omg/CORBA/Policy/destroy { this.destroy (); out = $rh.createReply(); break; } default: throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE); } return out; } // _invoke // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/TransactionPolicy:1.0", "IDL:CORBA/Policy:1.0"}; public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId) { return (String[])__ids.clone (); } public TransactionPolicy _this() { return TransactionPolicyHelper.narrow( super._this_object()); } public TransactionPolicy _this(org.omg.CORBA.ORB orb) { return TransactionPolicyHelper.narrow( super._this_object(orb)); } } // class TransactionPolicyPOA
3,818
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Synchronization.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/Synchronization.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ // Inheritance from TransactionalObject is for backward compatability // public interface Synchronization extends SynchronizationOperations, org.omg.CosTransactions.TransactionalObject, org.omg.CORBA.portable.IDLEntity { } // interface Synchronization
3,819
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/otid_tHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/otid_tHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class otid_tHelper { private static String _id = "IDL:CosTransactions/otid_t:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CosTransactions.otid_t that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CosTransactions.otid_t extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [3]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_long); _members0[0] = new org.omg.CORBA.StructMember ( "formatID", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_long); _members0[1] = new org.omg.CORBA.StructMember ( "bqual_length", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _members0[2] = new org.omg.CORBA.StructMember ( "tid", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CosTransactions.otid_tHelper.id (), "otid_t", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CosTransactions.otid_t read (org.omg.CORBA.portable.InputStream istream) { org.omg.CosTransactions.otid_t value = new org.omg.CosTransactions.otid_t (); value.formatID = istream.read_long (); value.bqual_length = istream.read_long (); int _len0 = istream.read_long (); value.tid = new byte[_len0]; istream.read_octet_array (value.tid, 0, _len0); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTransactions.otid_t value) { ostream.write_long (value.formatID); ostream.write_long (value.bqual_length); ostream.write_long (value.tid.length); ostream.write_octet_array (value.tid, 0, value.tid.length); } }
3,820
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_unshared.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/Allows_unshared.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface Allows_unshared { public static final short value = (short)(3); }
3,821
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/NonTxTargetPolicy.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/NonTxTargetPolicy.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface NonTxTargetPolicy extends NonTxTargetPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity { } // interface NonTxTargetPolicy
3,822
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/_CoordinatorStub.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/_CoordinatorStub.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public class _CoordinatorStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosTransactions.Coordinator { public org.omg.CosTransactions.Status get_status () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("get_status", 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 get_status ( ); } finally { _releaseReply ($in); } } // get_status public org.omg.CosTransactions.Status get_parent_status () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("get_parent_status", 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 get_parent_status ( ); } finally { _releaseReply ($in); } } // get_parent_status public org.omg.CosTransactions.Status get_top_level_status () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("get_top_level_status", 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 get_top_level_status ( ); } finally { _releaseReply ($in); } } // get_top_level_status public boolean is_same_transaction (org.omg.CosTransactions.Coordinator tc) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("is_same_transaction", true); org.omg.CosTransactions.CoordinatorHelper.write ($out, tc); $in = _invoke ($out); boolean $result = $in.read_boolean (); 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 is_same_transaction (tc ); } finally { _releaseReply ($in); } } // is_same_transaction public boolean is_related_transaction (org.omg.CosTransactions.Coordinator tc) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("is_related_transaction", true); org.omg.CosTransactions.CoordinatorHelper.write ($out, tc); $in = _invoke ($out); boolean $result = $in.read_boolean (); 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 is_related_transaction (tc ); } finally { _releaseReply ($in); } } // is_related_transaction public boolean is_ancestor_transaction (org.omg.CosTransactions.Coordinator tc) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("is_ancestor_transaction", true); org.omg.CosTransactions.CoordinatorHelper.write ($out, tc); $in = _invoke ($out); boolean $result = $in.read_boolean (); 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 is_ancestor_transaction (tc ); } finally { _releaseReply ($in); } } // is_ancestor_transaction public boolean is_descendant_transaction (org.omg.CosTransactions.Coordinator tc) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("is_descendant_transaction", true); org.omg.CosTransactions.CoordinatorHelper.write ($out, tc); $in = _invoke ($out); boolean $result = $in.read_boolean (); 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 is_descendant_transaction (tc ); } finally { _releaseReply ($in); } } // is_descendant_transaction public boolean is_top_level_transaction () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("is_top_level_transaction", true); $in = _invoke ($out); boolean $result = $in.read_boolean (); 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 is_top_level_transaction ( ); } finally { _releaseReply ($in); } } // is_top_level_transaction public int hash_transaction () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("hash_transaction", true); $in = _invoke ($out); int $result = $in.read_ulong (); 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 hash_transaction ( ); } finally { _releaseReply ($in); } } // hash_transaction public int hash_top_level_tran () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("hash_top_level_tran", true); $in = _invoke ($out); int $result = $in.read_ulong (); 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 hash_top_level_tran ( ); } finally { _releaseReply ($in); } } // hash_top_level_tran public org.omg.CosTransactions.RecoveryCoordinator register_resource (org.omg.CosTransactions.Resource r) throws org.omg.CosTransactions.Inactive { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("register_resource", true); org.omg.CosTransactions.ResourceHelper.write ($out, r); $in = _invoke ($out); org.omg.CosTransactions.RecoveryCoordinator $result = org.omg.CosTransactions.RecoveryCoordinatorHelper.read ($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/Inactive:1.0")) throw org.omg.CosTransactions.InactiveHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return register_resource (r ); } finally { _releaseReply ($in); } } // register_resource public void register_synchronization (org.omg.CosTransactions.Synchronization sync) throws org.omg.CosTransactions.Inactive, org.omg.CosTransactions.SynchronizationUnavailable { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("register_synchronization", true); org.omg.CosTransactions.SynchronizationHelper.write ($out, sync); $in = _invoke ($out); return; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/Inactive:1.0")) throw org.omg.CosTransactions.InactiveHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/SynchronizationUnavailable:1.0")) throw org.omg.CosTransactions.SynchronizationUnavailableHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { register_synchronization (sync ); } finally { _releaseReply ($in); } } // register_synchronization public void register_subtran_aware (org.omg.CosTransactions.SubtransactionAwareResource r) throws org.omg.CosTransactions.Inactive, org.omg.CosTransactions.NotSubtransaction { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("register_subtran_aware", true); org.omg.CosTransactions.SubtransactionAwareResourceHelper.write ($out, r); $in = _invoke ($out); return; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/Inactive:1.0")) throw org.omg.CosTransactions.InactiveHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/NotSubtransaction:1.0")) throw org.omg.CosTransactions.NotSubtransactionHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { register_subtran_aware (r ); } finally { _releaseReply ($in); } } // register_subtran_aware public void rollback_only () throws org.omg.CosTransactions.Inactive { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("rollback_only", true); $in = _invoke ($out); return; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/Inactive:1.0")) throw org.omg.CosTransactions.InactiveHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { rollback_only ( ); } finally { _releaseReply ($in); } } // rollback_only public String get_transaction_name () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("get_transaction_name", true); $in = _invoke ($out); String $result = $in.read_string (); 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 get_transaction_name ( ); } finally { _releaseReply ($in); } } // get_transaction_name public org.omg.CosTransactions.Control create_subtransaction () throws org.omg.CosTransactions.SubtransactionsUnavailable, org.omg.CosTransactions.Inactive { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("create_subtransaction", true); $in = _invoke ($out); org.omg.CosTransactions.Control $result = org.omg.CosTransactions.ControlHelper.read ($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL:CosTransactions/SubtransactionsUnavailable:1.0")) throw org.omg.CosTransactions.SubtransactionsUnavailableHelper.read ($in); else if (_id.equals ("IDL:CosTransactions/Inactive:1.0")) throw org.omg.CosTransactions.InactiveHelper.read ($in); else throw new org.omg.CORBA.MARSHAL (_id); } catch (org.omg.CORBA.portable.RemarshalException $rm) { return create_subtransaction ( ); } finally { _releaseReply ($in); } } // create_subtransaction public org.omg.CosTransactions.PropagationContext get_txcontext () throws org.omg.CosTransactions.Unavailable { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("get_txcontext", true); $in = _invoke ($out); org.omg.CosTransactions.PropagationContext $result = org.omg.CosTransactions.PropagationContextHelper.read ($in); return $result; } catch (org.omg.CORBA.portable.ApplicationException $ex) { $in = $ex.getInputStream (); String _id = $ex.getId (); if (_id.equals ("IDL: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_txcontext ( ); } finally { _releaseReply ($in); } } // get_txcontext // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/Coordinator:1.0"}; public String[] _ids () { return (String[])__ids.clone (); } private void readObject (java.io.ObjectInputStream s) throws java.io.IOException { 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); } private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException { String[] args = null; java.util.Properties props = null; String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this); s.writeUTF (str); } } // class _CoordinatorStub
3,823
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransactionalObject.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransactionalObject.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ // TransactionalObject has been deprecated. See 10.3.10. public interface TransactionalObject extends TransactionalObjectOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity { } // interface TransactionalObject
3,824
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransactionPolicy.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransactionPolicy.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface TransactionPolicy extends TransactionPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity { } // interface TransactionPolicy
3,825
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/SubtransactionsUnavailable.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/SubtransactionsUnavailable.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class SubtransactionsUnavailable extends org.omg.CORBA.UserException { public SubtransactionsUnavailable () { super(SubtransactionsUnavailableHelper.id()); } // ctor public SubtransactionsUnavailable (String $reason) { super(SubtransactionsUnavailableHelper.id() + " " + $reason); } // ctor } // class SubtransactionsUnavailable
3,826
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/CurrentHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/CurrentHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ // Current transaction abstract public class CurrentHelper { private static String _id = "IDL:CosTransactions/Current:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CosTransactions.Current that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CosTransactions.Current extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.CosTransactions.CurrentHelper.id (), "Current"); } return __typeCode; } public static String id () { return _id; } public static org.omg.CosTransactions.Current read (org.omg.CORBA.portable.InputStream istream) { return narrow (istream.read_Object (_CurrentStub.class)); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTransactions.Current value) { ostream.write_Object ((org.omg.CORBA.Object) value); } public static org.omg.CosTransactions.Current narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.Current) return (org.omg.CosTransactions.Current)obj; else if (!obj._is_a (id ())) throw new org.omg.CORBA.BAD_PARAM (); else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._CurrentStub stub = new org.omg.CosTransactions._CurrentStub (); stub._set_delegate(delegate); return stub; } } public static org.omg.CosTransactions.Current unchecked_narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.Current) return (org.omg.CosTransactions.Current)obj; else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._CurrentStub stub = new org.omg.CosTransactions._CurrentStub (); stub._set_delegate(delegate); return stub; } } }
3,827
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ControlOperations.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/ControlOperations.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface ControlOperations { org.omg.CosTransactions.Terminator get_terminator () throws org.omg.CosTransactions.Unavailable; org.omg.CosTransactions.Coordinator get_coordinator () throws org.omg.CosTransactions.Unavailable; } // interface ControlOperations
3,828
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransactionPolicyValueHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransactionPolicyValueHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class TransactionPolicyValueHelper { private static String _id = "IDL:CosTransactions/TransactionPolicyValue:1.0"; public static void insert (org.omg.CORBA.Any a, short that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static short extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CosTransactions.TransactionPolicyValueHelper.id (), "TransactionPolicyValue", __typeCode); } return __typeCode; } public static String id () { return _id; } public static short read (org.omg.CORBA.portable.InputStream istream) { short value = (short)0; value = istream.read_ushort (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, short value) { ostream.write_ushort (value); } }
3,829
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/CurrentHolder.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/CurrentHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ // Current transaction public final class CurrentHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosTransactions.Current value = null; public CurrentHolder () { } public CurrentHolder (org.omg.CosTransactions.Current initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosTransactions.CurrentHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosTransactions.CurrentHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosTransactions.CurrentHelper.type (); } }
3,830
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/_TransactionFactoryStub.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/_TransactionFactoryStub.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public class _TransactionFactoryStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosTransactions.TransactionFactory { public org.omg.CosTransactions.Control create (int time_out) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("create", true); $out.write_ulong (time_out); $in = _invoke ($out); org.omg.CosTransactions.Control $result = org.omg.CosTransactions.ControlHelper.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 create (time_out ); } finally { _releaseReply ($in); } } // create public org.omg.CosTransactions.Control recreate (org.omg.CosTransactions.PropagationContext ctx) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("recreate", true); org.omg.CosTransactions.PropagationContextHelper.write ($out, ctx); $in = _invoke ($out); org.omg.CosTransactions.Control $result = org.omg.CosTransactions.ControlHelper.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 recreate (ctx ); } finally { _releaseReply ($in); } } // recreate // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/TransactionFactory:1.0"}; public String[] _ids () { return (String[])__ids.clone (); } private void readObject (java.io.ObjectInputStream s) throws java.io.IOException { 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); } private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException { String[] args = null; java.util.Properties props = null; String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this); s.writeUTF (str); } } // class _TransactionFactoryStub
3,831
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/HeuristicRollback.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/HeuristicRollback.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class HeuristicRollback extends org.omg.CORBA.UserException { public HeuristicRollback () { super(HeuristicRollbackHelper.id()); } // ctor public HeuristicRollback (String $reason) { super(HeuristicRollbackHelper.id() + " " + $reason); } // ctor } // class HeuristicRollback
3,832
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/NON_TX_TARGET_POLICY_TYPE.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/NON_TX_TARGET_POLICY_TYPE.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface NON_TX_TARGET_POLICY_TYPE { public static final int value = (int)(57L); }
3,833
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/otid_tHolder.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/otid_tHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class otid_tHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosTransactions.otid_t value = null; public otid_tHolder () { } public otid_tHolder (org.omg.CosTransactions.otid_t initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosTransactions.otid_tHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosTransactions.otid_tHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosTransactions.otid_tHelper.type (); } }
3,834
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/InvocationPolicyPOA.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/InvocationPolicyPOA.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public abstract class InvocationPolicyPOA extends org.omg.PortableServer.Servant implements org.omg.CosTransactions.InvocationPolicyOperations, org.omg.CORBA.portable.InvokeHandler { // Constructors private static java.util.Hashtable _methods = new java.util.Hashtable (); static { _methods.put ("_get_ipv", new java.lang.Integer (0)); _methods.put ("_get_policy_type", new java.lang.Integer (1)); _methods.put ("copy", new java.lang.Integer (2)); _methods.put ("destroy", new java.lang.Integer (3)); } public org.omg.CORBA.portable.OutputStream _invoke (String $method, org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler $rh) { org.omg.CORBA.portable.OutputStream out = null; java.lang.Integer __method = (java.lang.Integer)_methods.get ($method); if (__method == null) throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE); switch (__method.intValue ()) { case 0: // CosTransactions/InvocationPolicy/_get_ipv { short $result = (short)0; $result = this.ipv (); out = $rh.createReply(); out.write_ushort ($result); break; } case 1: // org/omg/CORBA/Policy/_get_policy_type { int $result = (int)0; $result = this.policy_type (); out = $rh.createReply(); out.write_ulong ($result); break; } case 2: // org/omg/CORBA/Policy/copy { org.omg.CORBA.Policy $result = null; $result = this.copy (); out = $rh.createReply(); org.omg.CORBA.PolicyHelper.write (out, $result); break; } case 3: // org/omg/CORBA/Policy/destroy { this.destroy (); out = $rh.createReply(); break; } default: throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE); } return out; } // _invoke // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/InvocationPolicy:1.0", "IDL:CORBA/Policy:1.0"}; public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId) { return (String[])__ids.clone (); } public InvocationPolicy _this() { return InvocationPolicyHelper.narrow( super._this_object()); } public InvocationPolicy _this(org.omg.CORBA.ORB orb) { return InvocationPolicyHelper.narrow( super._this_object(orb)); } } // class InvocationPolicyPOA
3,835
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransIdentity.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransIdentity.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class TransIdentity implements org.omg.CORBA.portable.IDLEntity { public org.omg.CosTransactions.Coordinator coord = null; public org.omg.CosTransactions.Terminator term = null; public org.omg.CosTransactions.otid_t otid = null; public TransIdentity () { } // ctor public TransIdentity (org.omg.CosTransactions.Coordinator _coord, org.omg.CosTransactions.Terminator _term, org.omg.CosTransactions.otid_t _otid) { coord = _coord; term = _term; otid = _otid; } // ctor } // class TransIdentity
3,836
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/HeuristicHazard.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/HeuristicHazard.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class HeuristicHazard extends org.omg.CORBA.UserException { public HeuristicHazard () { super(HeuristicHazardHelper.id()); } // ctor public HeuristicHazard (String $reason) { super(HeuristicHazardHelper.id() + " " + $reason); } // ctor } // class HeuristicHazard
3,837
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/OTSPolicyValueHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/OTSPolicyValueHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class OTSPolicyValueHelper { private static String _id = "IDL:CosTransactions/OTSPolicyValue:1.0"; public static void insert (org.omg.CORBA.Any a, short that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static short extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CosTransactions.OTSPolicyValueHelper.id (), "OTSPolicyValue", __typeCode); } return __typeCode; } public static String id () { return _id; } public static short read (org.omg.CORBA.portable.InputStream istream) { short value = (short)0; value = istream.read_ushort (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, short value) { ostream.write_ushort (value); } }
3,838
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Requires_unshared.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/Requires_unshared.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface Requires_unshared { public static final short value = (short)(5); }
3,839
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/SynchronizationUnavailableHolder.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/SynchronizationUnavailableHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class SynchronizationUnavailableHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosTransactions.SynchronizationUnavailable value = null; public SynchronizationUnavailableHolder () { } public SynchronizationUnavailableHolder (org.omg.CosTransactions.SynchronizationUnavailable initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosTransactions.SynchronizationUnavailableHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosTransactions.SynchronizationUnavailableHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosTransactions.SynchronizationUnavailableHelper.type (); } }
3,840
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/INVOCATION_POLICY_TYPE.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/INVOCATION_POLICY_TYPE.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface INVOCATION_POLICY_TYPE { public static final int value = (int)(55L); }
3,841
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/CoordinatorHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/CoordinatorHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class CoordinatorHelper { private static String _id = "IDL:CosTransactions/Coordinator:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CosTransactions.Coordinator that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CosTransactions.Coordinator extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.CosTransactions.CoordinatorHelper.id (), "Coordinator"); } return __typeCode; } public static String id () { return _id; } public static org.omg.CosTransactions.Coordinator read (org.omg.CORBA.portable.InputStream istream) { return narrow (istream.read_Object (_CoordinatorStub.class)); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTransactions.Coordinator value) { ostream.write_Object ((org.omg.CORBA.Object) value); } public static org.omg.CosTransactions.Coordinator narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.Coordinator) return (org.omg.CosTransactions.Coordinator)obj; else if (!obj._is_a (id ())) throw new org.omg.CORBA.BAD_PARAM (); else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._CoordinatorStub stub = new org.omg.CosTransactions._CoordinatorStub (); stub._set_delegate(delegate); return stub; } } public static org.omg.CosTransactions.Coordinator unchecked_narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.Coordinator) return (org.omg.CosTransactions.Coordinator)obj; else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._CoordinatorStub stub = new org.omg.CosTransactions._CoordinatorStub (); stub._set_delegate(delegate); return stub; } } }
3,842
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/_InvocationPolicyStub.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/_InvocationPolicyStub.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public class _InvocationPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosTransactions.InvocationPolicy { public short ipv () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("_get_ipv", true); $in = _invoke ($out); short $result = org.omg.CosTransactions.InvocationPolicyValueHelper.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 ipv ( ); } finally { _releaseReply ($in); } } // ipv public int policy_type () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true); $in = _invoke ($out); int $result = org.omg.CORBA.PolicyTypeHelper.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 policy_type ( ); } finally { _releaseReply ($in); } } // policy_type public org.omg.CORBA.Policy copy () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("copy", true); $in = _invoke ($out); org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.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 copy ( ); } finally { _releaseReply ($in); } } // copy public void destroy () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true); $in = _invoke ($out); return; } 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) { destroy ( ); } finally { _releaseReply ($in); } } // destroy // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/InvocationPolicy:1.0", "IDL:CORBA/Policy:1.0"}; public String[] _ids () { return (String[])__ids.clone (); } private void readObject (java.io.ObjectInputStream s) throws java.io.IOException { 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); } private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException { String[] args = null; java.util.Properties props = null; String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this); s.writeUTF (str); } } // class _InvocationPolicyStub
3,843
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/HeuristicCommit.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/HeuristicCommit.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class HeuristicCommit extends org.omg.CORBA.UserException { public HeuristicCommit () { super(HeuristicCommitHelper.id()); } // ctor public HeuristicCommit (String $reason) { super(HeuristicCommitHelper.id() + " " + $reason); } // ctor } // class HeuristicCommit
3,844
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransactionFactoryPOA.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransactionFactoryPOA.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public abstract class TransactionFactoryPOA extends org.omg.PortableServer.Servant implements org.omg.CosTransactions.TransactionFactoryOperations, org.omg.CORBA.portable.InvokeHandler { // Constructors private static java.util.Hashtable _methods = new java.util.Hashtable (); static { _methods.put ("create", new java.lang.Integer (0)); _methods.put ("recreate", new java.lang.Integer (1)); } public org.omg.CORBA.portable.OutputStream _invoke (String $method, org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler $rh) { org.omg.CORBA.portable.OutputStream out = null; java.lang.Integer __method = (java.lang.Integer)_methods.get ($method); if (__method == null) throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE); switch (__method.intValue ()) { case 0: // CosTransactions/TransactionFactory/create { int time_out = in.read_ulong (); org.omg.CosTransactions.Control $result = null; $result = this.create (time_out); out = $rh.createReply(); org.omg.CosTransactions.ControlHelper.write (out, $result); break; } case 1: // CosTransactions/TransactionFactory/recreate { org.omg.CosTransactions.PropagationContext ctx = org.omg.CosTransactions.PropagationContextHelper.read (in); org.omg.CosTransactions.Control $result = null; $result = this.recreate (ctx); out = $rh.createReply(); org.omg.CosTransactions.ControlHelper.write (out, $result); break; } default: throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE); } return out; } // _invoke // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/TransactionFactory:1.0"}; public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId) { return (String[])__ids.clone (); } public TransactionFactory _this() { return TransactionFactoryHelper.narrow( super._this_object()); } public TransactionFactory _this(org.omg.CORBA.ORB orb) { return TransactionFactoryHelper.narrow( super._this_object(orb)); } } // class TransactionFactoryPOA
3,845
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/SubtransactionAwareResourceHolder.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/SubtransactionAwareResourceHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class SubtransactionAwareResourceHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosTransactions.SubtransactionAwareResource value = null; public SubtransactionAwareResourceHolder () { } public SubtransactionAwareResourceHolder (org.omg.CosTransactions.SubtransactionAwareResource initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosTransactions.SubtransactionAwareResourceHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosTransactions.SubtransactionAwareResourceHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosTransactions.SubtransactionAwareResourceHelper.type (); } }
3,846
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransIdentityHolder.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransIdentityHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class TransIdentityHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosTransactions.TransIdentity value = null; public TransIdentityHolder () { } public TransIdentityHolder (org.omg.CosTransactions.TransIdentity initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosTransactions.TransIdentityHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosTransactions.TransIdentityHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosTransactions.TransIdentityHelper.type (); } }
3,847
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/SubtransactionAwareResourceHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/SubtransactionAwareResourceHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class SubtransactionAwareResourceHelper { private static String _id = "IDL:CosTransactions/SubtransactionAwareResource:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CosTransactions.SubtransactionAwareResource that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CosTransactions.SubtransactionAwareResource extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.CosTransactions.SubtransactionAwareResourceHelper.id (), "SubtransactionAwareResource"); } return __typeCode; } public static String id () { return _id; } public static org.omg.CosTransactions.SubtransactionAwareResource read (org.omg.CORBA.portable.InputStream istream) { return narrow (istream.read_Object (_SubtransactionAwareResourceStub.class)); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTransactions.SubtransactionAwareResource value) { ostream.write_Object ((org.omg.CORBA.Object) value); } public static org.omg.CosTransactions.SubtransactionAwareResource narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.SubtransactionAwareResource) return (org.omg.CosTransactions.SubtransactionAwareResource)obj; else if (!obj._is_a (id ())) throw new org.omg.CORBA.BAD_PARAM (); else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._SubtransactionAwareResourceStub stub = new org.omg.CosTransactions._SubtransactionAwareResourceStub (); stub._set_delegate(delegate); return stub; } } public static org.omg.CosTransactions.SubtransactionAwareResource unchecked_narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.CosTransactions.SubtransactionAwareResource) return (org.omg.CosTransactions.SubtransactionAwareResource)obj; else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.CosTransactions._SubtransactionAwareResourceStub stub = new org.omg.CosTransactions._SubtransactionAwareResourceStub (); stub._set_delegate(delegate); return stub; } } }
3,848
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/TransIdentityHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/TransIdentityHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class TransIdentityHelper { private static String _id = "IDL:CosTransactions/TransIdentity:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CosTransactions.TransIdentity that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CosTransactions.TransIdentity extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [3]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CosTransactions.CoordinatorHelper.type (); _members0[0] = new org.omg.CORBA.StructMember ( "coord", _tcOf_members0, null); _tcOf_members0 = org.omg.CosTransactions.TerminatorHelper.type (); _members0[1] = new org.omg.CORBA.StructMember ( "term", _tcOf_members0, null); _tcOf_members0 = org.omg.CosTransactions.otid_tHelper.type (); _members0[2] = new org.omg.CORBA.StructMember ( "otid", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CosTransactions.TransIdentityHelper.id (), "TransIdentity", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CosTransactions.TransIdentity read (org.omg.CORBA.portable.InputStream istream) { org.omg.CosTransactions.TransIdentity value = new org.omg.CosTransactions.TransIdentity (); value.coord = org.omg.CosTransactions.CoordinatorHelper.read (istream); value.term = org.omg.CosTransactions.TerminatorHelper.read (istream); value.otid = org.omg.CosTransactions.otid_tHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTransactions.TransIdentity value) { org.omg.CosTransactions.CoordinatorHelper.write (ostream, value.coord); org.omg.CosTransactions.TerminatorHelper.write (ostream, value.term); org.omg.CosTransactions.otid_tHelper.write (ostream, value.otid); } }
3,849
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/NotSubtransaction.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/NotSubtransaction.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class NotSubtransaction extends org.omg.CORBA.UserException { public NotSubtransaction () { super(NotSubtransactionHelper.id()); } // ctor public NotSubtransaction (String $reason) { super(NotSubtransactionHelper.id() + " " + $reason); } // ctor } // class NotSubtransaction
3,850
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/REQUIRES.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/REQUIRES.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface REQUIRES { public static final short value = (short)(1); }
3,851
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Terminator.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/Terminator.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface Terminator extends TerminatorOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity { } // interface Terminator
3,852
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/_NonTxTargetPolicyStub.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/_NonTxTargetPolicyStub.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public class _NonTxTargetPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosTransactions.NonTxTargetPolicy { public short tpv () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("_get_tpv", true); $in = _invoke ($out); short $result = org.omg.CosTransactions.NonTxTargetPolicyValueHelper.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 tpv ( ); } finally { _releaseReply ($in); } } // tpv public int policy_type () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true); $in = _invoke ($out); int $result = org.omg.CORBA.PolicyTypeHelper.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 policy_type ( ); } finally { _releaseReply ($in); } } // policy_type public org.omg.CORBA.Policy copy () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("copy", true); $in = _invoke ($out); org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.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 copy ( ); } finally { _releaseReply ($in); } } // copy public void destroy () { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true); $in = _invoke ($out); return; } 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) { destroy ( ); } finally { _releaseReply ($in); } } // destroy // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:CosTransactions/NonTxTargetPolicy:1.0", "IDL:CORBA/Policy:1.0"}; public String[] _ids () { return (String[])__ids.clone (); } private void readObject (java.io.ObjectInputStream s) throws java.io.IOException { 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); } private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException { String[] args = null; java.util.Properties props = null; String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this); s.writeUTF (str); } } // class _NonTxTargetPolicyStub
3,853
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ResourceOperations.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/ResourceOperations.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface ResourceOperations { org.omg.CosTransactions.Vote prepare () throws org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard; void rollback () throws org.omg.CosTransactions.HeuristicCommit, org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard; void commit () throws org.omg.CosTransactions.NotPrepared, org.omg.CosTransactions.HeuristicRollback, org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard; void commit_one_phase () throws org.omg.CosTransactions.HeuristicHazard; void forget (); } // interface ResourceOperations
3,854
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/RecoveryCoordinatorOperations.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/RecoveryCoordinatorOperations.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface RecoveryCoordinatorOperations { org.omg.CosTransactions.Status replay_completion (org.omg.CosTransactions.Resource r) throws org.omg.CosTransactions.NotPrepared; } // interface RecoveryCoordinatorOperations
3,855
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/CoordinatorHolder.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/CoordinatorHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class CoordinatorHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CosTransactions.Coordinator value = null; public CoordinatorHolder () { } public CoordinatorHolder (org.omg.CosTransactions.Coordinator initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CosTransactions.CoordinatorHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CosTransactions.CoordinatorHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CosTransactions.CoordinatorHelper.type (); } }
3,856
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/SynchronizationUnavailableHelper.java
package org.omg.CosTransactions; /** * org/omg/CosTransactions/SynchronizationUnavailableHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class SynchronizationUnavailableHelper { private static String _id = "IDL:CosTransactions/SynchronizationUnavailable:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CosTransactions.SynchronizationUnavailable that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CosTransactions.SynchronizationUnavailable extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [0]; org.omg.CORBA.TypeCode _tcOf_members0 = null; __typeCode = org.omg.CORBA.ORB.init ().create_exception_tc (org.omg.CosTransactions.SynchronizationUnavailableHelper.id (), "SynchronizationUnavailable", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CosTransactions.SynchronizationUnavailable read (org.omg.CORBA.portable.InputStream istream) { org.omg.CosTransactions.SynchronizationUnavailable value = new org.omg.CosTransactions.SynchronizationUnavailable (); // read and discard the repository ID istream.read_string (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTransactions.SynchronizationUnavailable value) { // write the repository ID ostream.write_string (id ()); } }
3,857
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel1/Current.java
package org.omg.SecurityLevel1; /** * org/omg/SecurityLevel1/Current.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ /* */ public interface Current extends CurrentOperations, org.omg.CORBA.Current, org.omg.CORBA.portable.IDLEntity { } // interface Current
3,858
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel1/CurrentPOA.java
package org.omg.SecurityLevel1; /** * org/omg/SecurityLevel1/CurrentPOA.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ /* */ public abstract class CurrentPOA extends org.omg.PortableServer.Servant implements org.omg.SecurityLevel1.CurrentOperations, org.omg.CORBA.portable.InvokeHandler { // Constructors private static java.util.Hashtable _methods = new java.util.Hashtable (); static { _methods.put ("get_attributes", new java.lang.Integer (0)); } public org.omg.CORBA.portable.OutputStream _invoke (String $method, org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler $rh) { org.omg.CORBA.portable.OutputStream out = null; java.lang.Integer __method = (java.lang.Integer)_methods.get ($method); if (__method == null) throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE); switch (__method.intValue ()) { // thread specific operations case 0: // SecurityLevel1/Current/get_attributes { org.omg.Security.AttributeType ttributes[] = org.omg.Security.AttributeTypeListHelper.read (in); org.omg.Security.SecAttribute $result[] = null; $result = this.get_attributes (ttributes); out = $rh.createReply(); org.omg.Security.AttributeListHelper.write (out, $result); break; } default: throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE); } return out; } // _invoke // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:omg.org/SecurityLevel1/Current:1.0", "IDL:CORBA/Current:1.0"}; public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId) { return (String[])__ids.clone (); } public Current _this() { return CurrentHelper.narrow( super._this_object()); } public Current _this(org.omg.CORBA.ORB orb) { return CurrentHelper.narrow( super._this_object(orb)); } } // class CurrentPOA
3,859
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel1/_CurrentStub.java
package org.omg.SecurityLevel1; /** * org/omg/SecurityLevel1/_CurrentStub.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ /* */ public class _CurrentStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel1.Current { // thread specific operations public org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] ttributes) { org.omg.CORBA.portable.InputStream $in = null; try { org.omg.CORBA.portable.OutputStream $out = _request ("get_attributes", true); org.omg.Security.AttributeTypeListHelper.write ($out, ttributes); $in = _invoke ($out); org.omg.Security.SecAttribute $result[] = org.omg.Security.AttributeListHelper.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 get_attributes (ttributes ); } finally { _releaseReply ($in); } } // get_attributes // Type-specific CORBA::Object operations private static String[] __ids = { "IDL:omg.org/SecurityLevel1/Current:1.0", "IDL:CORBA/Current:1.0"}; public String[] _ids () { return (String[])__ids.clone (); } private void readObject (java.io.ObjectInputStream s) throws java.io.IOException { 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); } private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException { String[] args = null; java.util.Properties props = null; String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this); s.writeUTF (str); } } // class _CurrentStub
3,860
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel1/CurrentOperations.java
package org.omg.SecurityLevel1; /** * org/omg/SecurityLevel1/CurrentOperations.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ /* */ public interface CurrentOperations extends org.omg.CORBA.CurrentOperations { // thread specific operations org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] ttributes); } // interface CurrentOperations
3,861
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel1/CurrentHelper.java
package org.omg.SecurityLevel1; /** * org/omg/SecurityLevel1/CurrentHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ /* */ abstract public class CurrentHelper { private static String _id = "IDL:omg.org/SecurityLevel1/Current:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel1.Current that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.SecurityLevel1.Current extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel1.CurrentHelper.id (), "Current"); } return __typeCode; } public static String id () { return _id; } public static org.omg.SecurityLevel1.Current read (org.omg.CORBA.portable.InputStream istream) { return narrow (istream.read_Object (_CurrentStub.class)); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel1.Current value) { ostream.write_Object ((org.omg.CORBA.Object) value); } public static org.omg.SecurityLevel1.Current narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.SecurityLevel1.Current) return (org.omg.SecurityLevel1.Current)obj; else if (!obj._is_a (id ())) throw new org.omg.CORBA.BAD_PARAM (); else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.SecurityLevel1._CurrentStub stub = new org.omg.SecurityLevel1._CurrentStub (); stub._set_delegate(delegate); return stub; } } public static org.omg.SecurityLevel1.Current unchecked_narrow (org.omg.CORBA.Object obj) { if (obj == null) return null; else if (obj instanceof org.omg.SecurityLevel1.Current) return (org.omg.SecurityLevel1.Current)obj; else { org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); org.omg.SecurityLevel1._CurrentStub stub = new org.omg.SecurityLevel1._CurrentStub (); stub._set_delegate(delegate); return stub; } } }
3,862
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel1/CurrentHolder.java
package org.omg.SecurityLevel1; /** * org/omg/SecurityLevel1/CurrentHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ /* */ public final class CurrentHolder implements org.omg.CORBA.portable.Streamable { public org.omg.SecurityLevel1.Current value = null; public CurrentHolder () { } public CurrentHolder (org.omg.SecurityLevel1.Current initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.SecurityLevel1.CurrentHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.SecurityLevel1.CurrentHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.SecurityLevel1.CurrentHelper.type (); } }
3,863
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/Integrity.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/Integrity.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface Integrity { public static final short value = (short)(2); }
3,864
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/AS_ContextSecHolder.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/AS_ContextSecHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class AS_ContextSecHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CSIIOP.AS_ContextSec value = null; public AS_ContextSecHolder () { } public AS_ContextSecHolder (org.omg.CSIIOP.AS_ContextSec initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CSIIOP.AS_ContextSecHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CSIIOP.AS_ContextSecHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CSIIOP.AS_ContextSecHelper.type (); } }
3,865
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/CompoundSecMechHolder.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/CompoundSecMechHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class CompoundSecMechHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CSIIOP.CompoundSecMech value = null; public CompoundSecMechHolder () { } public CompoundSecMechHolder (org.omg.CSIIOP.CompoundSecMech initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CSIIOP.CompoundSecMechHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CSIIOP.CompoundSecMechHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CSIIOP.CompoundSecMechHelper.type (); } }
3,866
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/DetectMisordering.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/DetectMisordering.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface DetectMisordering { public static final short value = (short)(16); }
3,867
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/SAS_ContextSecHolder.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/SAS_ContextSecHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class SAS_ContextSecHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CSIIOP.SAS_ContextSec value = null; public SAS_ContextSecHolder () { } public SAS_ContextSecHolder (org.omg.CSIIOP.SAS_ContextSec initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CSIIOP.SAS_ContextSecHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CSIIOP.SAS_ContextSecHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CSIIOP.SAS_ContextSecHelper.type (); } }
3,868
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/CompoundSecMech.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/CompoundSecMech.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class CompoundSecMech implements org.omg.CORBA.portable.IDLEntity { public short target_requires = (short)0; public org.omg.IOP.TaggedComponent transport_mech = null; public org.omg.CSIIOP.AS_ContextSec as_context_mech = null; public org.omg.CSIIOP.SAS_ContextSec sas_context_mech = null; public CompoundSecMech () { } // ctor public CompoundSecMech (short _target_requires, org.omg.IOP.TaggedComponent _transport_mech, org.omg.CSIIOP.AS_ContextSec _as_context_mech, org.omg.CSIIOP.SAS_ContextSec _sas_context_mech) { target_requires = _target_requires; transport_mech = _transport_mech; as_context_mech = _as_context_mech; sas_context_mech = _sas_context_mech; } // ctor } // class CompoundSecMech
3,869
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/CompoundSecMechListHolder.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/CompoundSecMechListHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class CompoundSecMechListHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CSIIOP.CompoundSecMechList value = null; public CompoundSecMechListHolder () { } public CompoundSecMechListHolder (org.omg.CSIIOP.CompoundSecMechList initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CSIIOP.CompoundSecMechListHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CSIIOP.CompoundSecMechListHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CSIIOP.CompoundSecMechListHelper.type (); } }
3,870
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/SAS_ContextSecHelper.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/SAS_ContextSecHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class SAS_ContextSecHelper { private static String _id = "IDL:omg.org/CSIIOP/SAS_ContextSec:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CSIIOP.SAS_ContextSec that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CSIIOP.SAS_ContextSec extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [5]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.AssociationOptionsHelper.id (), "AssociationOptions", _tcOf_members0); _members0[0] = new org.omg.CORBA.StructMember ( "target_supports", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.AssociationOptionsHelper.id (), "AssociationOptions", _tcOf_members0); _members0[1] = new org.omg.CORBA.StructMember ( "target_requires", _tcOf_members0, null); _tcOf_members0 = org.omg.CSIIOP.ServiceConfigurationHelper.type (); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.ServiceConfigurationListHelper.id (), "ServiceConfigurationList", _tcOf_members0); _members0[2] = new org.omg.CORBA.StructMember ( "privilege_authorities", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.OIDHelper.id (), "OID", _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.OIDListHelper.id (), "OIDList", _tcOf_members0); _members0[3] = new org.omg.CORBA.StructMember ( "supported_naming_mechanisms", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.IdentityTokenTypeHelper.id (), "IdentityTokenType", _tcOf_members0); _members0[4] = new org.omg.CORBA.StructMember ( "supported_identity_types", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CSIIOP.SAS_ContextSecHelper.id (), "SAS_ContextSec", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CSIIOP.SAS_ContextSec read (org.omg.CORBA.portable.InputStream istream) { org.omg.CSIIOP.SAS_ContextSec value = new org.omg.CSIIOP.SAS_ContextSec (); value.target_supports = istream.read_ushort (); value.target_requires = istream.read_ushort (); value.privilege_authorities = org.omg.CSIIOP.ServiceConfigurationListHelper.read (istream); value.supported_naming_mechanisms = org.omg.CSI.OIDListHelper.read (istream); value.supported_identity_types = istream.read_ulong (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSIIOP.SAS_ContextSec value) { ostream.write_ushort (value.target_supports); ostream.write_ushort (value.target_requires); org.omg.CSIIOP.ServiceConfigurationListHelper.write (ostream, value.privilege_authorities); org.omg.CSI.OIDListHelper.write (ostream, value.supported_naming_mechanisms); ostream.write_ulong (value.supported_identity_types); } }
3,871
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/CompoundSecMechListHelper.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/CompoundSecMechListHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class CompoundSecMechListHelper { private static String _id = "IDL:omg.org/CSIIOP/CompoundSecMechList:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CSIIOP.CompoundSecMechList that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CSIIOP.CompoundSecMechList extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_boolean); _members0[0] = new org.omg.CORBA.StructMember ( "stateful", _tcOf_members0, null); _tcOf_members0 = org.omg.CSIIOP.CompoundSecMechHelper.type (); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.CompoundSecMechanismsHelper.id (), "CompoundSecMechanisms", _tcOf_members0); _members0[1] = new org.omg.CORBA.StructMember ( "mechanism_list", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CSIIOP.CompoundSecMechListHelper.id (), "CompoundSecMechList", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CSIIOP.CompoundSecMechList read (org.omg.CORBA.portable.InputStream istream) { org.omg.CSIIOP.CompoundSecMechList value = new org.omg.CSIIOP.CompoundSecMechList (); value.stateful = istream.read_boolean (); value.mechanism_list = org.omg.CSIIOP.CompoundSecMechanismsHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSIIOP.CompoundSecMechList value) { ostream.write_boolean (value.stateful); org.omg.CSIIOP.CompoundSecMechanismsHelper.write (ostream, value.mechanism_list); } }
3,872
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/AS_ContextSecHelper.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/AS_ContextSecHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class AS_ContextSecHelper { private static String _id = "IDL:omg.org/CSIIOP/AS_ContextSec:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CSIIOP.AS_ContextSec that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CSIIOP.AS_ContextSec extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [4]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.AssociationOptionsHelper.id (), "AssociationOptions", _tcOf_members0); _members0[0] = new org.omg.CORBA.StructMember ( "target_supports", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.AssociationOptionsHelper.id (), "AssociationOptions", _tcOf_members0); _members0[1] = new org.omg.CORBA.StructMember ( "target_requires", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.OIDHelper.id (), "OID", _tcOf_members0); _members0[2] = new org.omg.CORBA.StructMember ( "client_authentication_mech", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.GSS_NT_ExportedNameHelper.id (), "GSS_NT_ExportedName", _tcOf_members0); _members0[3] = new org.omg.CORBA.StructMember ( "target_name", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CSIIOP.AS_ContextSecHelper.id (), "AS_ContextSec", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CSIIOP.AS_ContextSec read (org.omg.CORBA.portable.InputStream istream) { org.omg.CSIIOP.AS_ContextSec value = new org.omg.CSIIOP.AS_ContextSec (); value.target_supports = istream.read_ushort (); value.target_requires = istream.read_ushort (); value.client_authentication_mech = org.omg.CSI.OIDHelper.read (istream); value.target_name = org.omg.CSI.GSS_NT_ExportedNameHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSIIOP.AS_ContextSec value) { ostream.write_ushort (value.target_supports); ostream.write_ushort (value.target_requires); org.omg.CSI.OIDHelper.write (ostream, value.client_authentication_mech); org.omg.CSI.GSS_NT_ExportedNameHelper.write (ostream, value.target_name); } }
3,873
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/CompoundSecMechHelper.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/CompoundSecMechHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class CompoundSecMechHelper { private static String _id = "IDL:omg.org/CSIIOP/CompoundSecMech:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CSIIOP.CompoundSecMech that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CSIIOP.CompoundSecMech extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [4]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.AssociationOptionsHelper.id (), "AssociationOptions", _tcOf_members0); _members0[0] = new org.omg.CORBA.StructMember ( "target_requires", _tcOf_members0, null); _tcOf_members0 = org.omg.IOP.TaggedComponentHelper.type (); _members0[1] = new org.omg.CORBA.StructMember ( "transport_mech", _tcOf_members0, null); _tcOf_members0 = org.omg.CSIIOP.AS_ContextSecHelper.type (); _members0[2] = new org.omg.CORBA.StructMember ( "as_context_mech", _tcOf_members0, null); _tcOf_members0 = org.omg.CSIIOP.SAS_ContextSecHelper.type (); _members0[3] = new org.omg.CORBA.StructMember ( "sas_context_mech", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CSIIOP.CompoundSecMechHelper.id (), "CompoundSecMech", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CSIIOP.CompoundSecMech read (org.omg.CORBA.portable.InputStream istream) { org.omg.CSIIOP.CompoundSecMech value = new org.omg.CSIIOP.CompoundSecMech (); value.target_requires = istream.read_ushort (); value.transport_mech = org.omg.IOP.TaggedComponentHelper.read (istream); value.as_context_mech = org.omg.CSIIOP.AS_ContextSecHelper.read (istream); value.sas_context_mech = org.omg.CSIIOP.SAS_ContextSecHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSIIOP.CompoundSecMech value) { ostream.write_ushort (value.target_requires); org.omg.IOP.TaggedComponentHelper.write (ostream, value.transport_mech); org.omg.CSIIOP.AS_ContextSecHelper.write (ostream, value.as_context_mech); org.omg.CSIIOP.SAS_ContextSecHelper.write (ostream, value.sas_context_mech); } }
3,874
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/SCS_GSSExportedName.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/SCS_GSSExportedName.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface SCS_GSSExportedName { public static final int value = (int)((int)(org.omg.CSI.OMGVMCID.value | 1L)); }
3,875
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/ServiceConfigurationSyntaxHelper.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/ServiceConfigurationSyntaxHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ // allocated to the OMG (that is, 0x4F4D0). abstract public class ServiceConfigurationSyntaxHelper { private static String _id = "IDL:omg.org/CSIIOP/ServiceConfigurationSyntax:1.0"; public static void insert (org.omg.CORBA.Any a, int that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static int extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.ServiceConfigurationSyntaxHelper.id (), "ServiceConfigurationSyntax", __typeCode); } return __typeCode; } public static String id () { return _id; } public static int read (org.omg.CORBA.portable.InputStream istream) { int value = (int)0; value = istream.read_ulong (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, int value) { ostream.write_ulong (value); } }
3,876
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/ServiceSpecificNameHelper.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/ServiceSpecificNameHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class ServiceSpecificNameHelper { private static String _id = "IDL:omg.org/CSIIOP/ServiceSpecificName:1.0"; public static void insert (org.omg.CORBA.Any a, byte[] that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static byte[] extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.ServiceSpecificNameHelper.id (), "ServiceSpecificName", __typeCode); } return __typeCode; } public static String id () { return _id; } public static byte[] read (org.omg.CORBA.portable.InputStream istream) { byte value[] = null; int _len0 = istream.read_long (); value = new byte[_len0]; istream.read_octet_array (value, 0, _len0); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, byte[] value) { ostream.write_long (value.length); ostream.write_octet_array (value, 0, value.length); } }
3,877
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/SAS_ContextSec.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/SAS_ContextSec.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class SAS_ContextSec implements org.omg.CORBA.portable.IDLEntity { public short target_supports = (short)0; public short target_requires = (short)0; public org.omg.CSIIOP.ServiceConfiguration privilege_authorities[] = null; public byte supported_naming_mechanisms[][] = null; public int supported_identity_types = (int)0; public SAS_ContextSec () { } // ctor public SAS_ContextSec (short _target_supports, short _target_requires, org.omg.CSIIOP.ServiceConfiguration[] _privilege_authorities, byte[][] _supported_naming_mechanisms, int _supported_identity_types) { target_supports = _target_supports; target_requires = _target_requires; privilege_authorities = _privilege_authorities; supported_naming_mechanisms = _supported_naming_mechanisms; supported_identity_types = _supported_identity_types; } // ctor } // class SAS_ContextSec
3,878
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/AS_ContextSec.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/AS_ContextSec.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class AS_ContextSec implements org.omg.CORBA.portable.IDLEntity { public short target_supports = (short)0; public short target_requires = (short)0; public byte client_authentication_mech[] = null; public byte target_name[] = null; public AS_ContextSec () { } // ctor public AS_ContextSec (short _target_supports, short _target_requires, byte[] _client_authentication_mech, byte[] _target_name) { target_supports = _target_supports; target_requires = _target_requires; client_authentication_mech = _client_authentication_mech; target_name = _target_name; } // ctor } // class AS_ContextSec
3,879
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/SimpleDelegation.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/SimpleDelegation.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface SimpleDelegation { public static final short value = (short)(256); }
3,880
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/EstablishTrustInClient.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/EstablishTrustInClient.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface EstablishTrustInClient { public static final short value = (short)(64); }
3,881
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/ServiceSpecificNameHolder.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/ServiceSpecificNameHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class ServiceSpecificNameHolder implements org.omg.CORBA.portable.Streamable { public byte value[] = null; public ServiceSpecificNameHolder () { } public ServiceSpecificNameHolder (byte[] initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CSIIOP.ServiceSpecificNameHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CSIIOP.ServiceSpecificNameHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CSIIOP.ServiceSpecificNameHelper.type (); } }
3,882
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/DetectReplay.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/DetectReplay.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface DetectReplay { public static final short value = (short)(8); }
3,883
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/CompoundSecMechList.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/CompoundSecMechList.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class CompoundSecMechList implements org.omg.CORBA.portable.IDLEntity { public boolean stateful = false; public org.omg.CSIIOP.CompoundSecMech mechanism_list[] = null; public CompoundSecMechList () { } // ctor public CompoundSecMechList (boolean _stateful, org.omg.CSIIOP.CompoundSecMech[] _mechanism_list) { stateful = _stateful; mechanism_list = _mechanism_list; } // ctor } // class CompoundSecMechList
3,884
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/TLS_SEC_TRANS.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/TLS_SEC_TRANS.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class TLS_SEC_TRANS implements org.omg.CORBA.portable.IDLEntity { public short target_supports = (short)0; public short target_requires = (short)0; public org.omg.CSIIOP.TransportAddress addresses[] = null; public TLS_SEC_TRANS () { } // ctor public TLS_SEC_TRANS (short _target_supports, short _target_requires, org.omg.CSIIOP.TransportAddress[] _addresses) { target_supports = _target_supports; target_requires = _target_requires; addresses = _addresses; } // ctor } // class TLS_SEC_TRANS
3,885
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/TAG_CSI_SEC_MECH_LIST.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/TAG_CSI_SEC_MECH_LIST.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface TAG_CSI_SEC_MECH_LIST { public static final int value = (int)(33L); }
3,886
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/TAG_SECIOP_SEC_TRANS.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/TAG_SECIOP_SEC_TRANS.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface TAG_SECIOP_SEC_TRANS { // Tagged component for configuring SECIOP as a CSIv2 transport mechanism public static final int value = (int)(35L); }
3,887
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/TransportAddress.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/TransportAddress.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class TransportAddress implements org.omg.CORBA.portable.IDLEntity { public String host_name = null; public short port = (short)0; public TransportAddress () { } // ctor public TransportAddress (String _host_name, short _port) { host_name = _host_name; port = _port; } // ctor } // class TransportAddress
3,888
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/ServiceConfiguration.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/ServiceConfiguration.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class ServiceConfiguration implements org.omg.CORBA.portable.IDLEntity { public int syntax = (int)0; public byte name[] = null; public ServiceConfiguration () { } // ctor public ServiceConfiguration (int _syntax, byte[] _name) { syntax = _syntax; name = _name; } // ctor } // class ServiceConfiguration
3,889
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/SCS_GeneralNames.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/SCS_GeneralNames.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface SCS_GeneralNames { public static final int value = (int)((int)(org.omg.CSI.OMGVMCID.value | 0L)); }
3,890
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/ServiceConfigurationHolder.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/ServiceConfigurationHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class ServiceConfigurationHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CSIIOP.ServiceConfiguration value = null; public ServiceConfigurationHolder () { } public ServiceConfigurationHolder (org.omg.CSIIOP.ServiceConfiguration initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CSIIOP.ServiceConfigurationHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CSIIOP.ServiceConfigurationHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CSIIOP.ServiceConfigurationHelper.type (); } }
3,891
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/TAG_NULL_TAG.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/TAG_NULL_TAG.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface TAG_NULL_TAG { public static final int value = (int)(34L); }
3,892
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/DelegationByClient.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/DelegationByClient.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface DelegationByClient { public static final short value = (short)(2048); }
3,893
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/AssociationOptionsHelper.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/AssociationOptionsHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ // Association options abstract public class AssociationOptionsHelper { private static String _id = "IDL:omg.org/CSIIOP/AssociationOptions:1.0"; public static void insert (org.omg.CORBA.Any a, short that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static short extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.AssociationOptionsHelper.id (), "AssociationOptions", __typeCode); } return __typeCode; } public static String id () { return _id; } public static short read (org.omg.CORBA.portable.InputStream istream) { short value = (short)0; value = istream.read_ushort (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, short value) { ostream.write_ushort (value); } }
3,894
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/NoDelegation.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/NoDelegation.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public interface NoDelegation { public static final short value = (short)(128); }
3,895
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/ServiceConfigurationHelper.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/ServiceConfigurationHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class ServiceConfigurationHelper { private static String _id = "IDL:omg.org/CSIIOP/ServiceConfiguration:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CSIIOP.ServiceConfiguration that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CSIIOP.ServiceConfiguration extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.ServiceConfigurationSyntaxHelper.id (), "ServiceConfigurationSyntax", _tcOf_members0); _members0[0] = new org.omg.CORBA.StructMember ( "syntax", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSIIOP.ServiceSpecificNameHelper.id (), "ServiceSpecificName", _tcOf_members0); _members0[1] = new org.omg.CORBA.StructMember ( "name", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CSIIOP.ServiceConfigurationHelper.id (), "ServiceConfiguration", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CSIIOP.ServiceConfiguration read (org.omg.CORBA.portable.InputStream istream) { org.omg.CSIIOP.ServiceConfiguration value = new org.omg.CSIIOP.ServiceConfiguration (); value.syntax = istream.read_ulong (); value.name = org.omg.CSIIOP.ServiceSpecificNameHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSIIOP.ServiceConfiguration value) { ostream.write_ulong (value.syntax); org.omg.CSIIOP.ServiceSpecificNameHelper.write (ostream, value.name); } }
3,896
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/TransportAddressListHolder.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/TransportAddressListHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class TransportAddressListHolder implements org.omg.CORBA.portable.Streamable { public org.omg.CSIIOP.TransportAddress value[] = null; public TransportAddressListHolder () { } public TransportAddressListHolder (org.omg.CSIIOP.TransportAddress[] initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.CSIIOP.TransportAddressListHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.CSIIOP.TransportAddressListHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.CSIIOP.TransportAddressListHelper.type (); } }
3,897
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/TransportAddressHelper.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/TransportAddressHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ abstract public class TransportAddressHelper { private static String _id = "IDL:omg.org/CSIIOP/TransportAddress:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.CSIIOP.TransportAddress that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.CSIIOP.TransportAddress extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().create_string_tc (0); _members0[0] = new org.omg.CORBA.StructMember ( "host_name", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _members0[1] = new org.omg.CORBA.StructMember ( "port", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CSIIOP.TransportAddressHelper.id (), "TransportAddress", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.CSIIOP.TransportAddress read (org.omg.CORBA.portable.InputStream istream) { org.omg.CSIIOP.TransportAddress value = new org.omg.CSIIOP.TransportAddress (); value.host_name = istream.read_string (); value.port = istream.read_ushort (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSIIOP.TransportAddress value) { ostream.write_string (value.host_name); ostream.write_ushort (value.port); } }
3,898
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CSIIOP/SECIOP_SEC_TRANS.java
package org.omg.CSIIOP; /** * org/omg/CSIIOP/SECIOP_SEC_TRANS.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:59 AM PST */ public final class SECIOP_SEC_TRANS implements org.omg.CORBA.portable.IDLEntity { public short target_supports = (short)0; public short target_requires = (short)0; public byte mech_oid[] = null; public byte target_name[] = null; public org.omg.CSIIOP.TransportAddress addresses[] = null; public SECIOP_SEC_TRANS () { } // ctor public SECIOP_SEC_TRANS (short _target_supports, short _target_requires, byte[] _mech_oid, byte[] _target_name, org.omg.CSIIOP.TransportAddress[] _addresses) { target_supports = _target_supports; target_requires = _target_requires; mech_oid = _mech_oid; target_name = _target_name; addresses = _addresses; } // ctor } // class SECIOP_SEC_TRANS
3,899