You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2010/01/14 10:17:44 UTC

svn commit: r899128 [8/24] - in /geronimo/yoko/trunk/yoko-spec-corba: ./ src/main/generated-sources/ src/main/generated-sources/idl/ src/main/generated-sources/idl/org/ src/main/generated-sources/idl/org/omg/ src/main/generated-sources/idl/org/omg/CSI/...

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,42 @@
+package org.omg.CosNaming.NamingContextPackage;
+
+/**
+* org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/**
+     * 
+     */
+public final class NotFoundReasonHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.CosNaming.NamingContextPackage.NotFoundReason value = null;
+
+  public NotFoundReasonHolder ()
+  {
+  }
+
+  public NotFoundReasonHolder (org.omg.CosNaming.NamingContextPackage.NotFoundReason initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_BindingIteratorStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_BindingIteratorStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_BindingIteratorStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_BindingIteratorStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,127 @@
+package org.omg.CosNaming;
+
+
+/**
+* org/omg/CosNaming/_BindingIteratorStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/**
+   * The BindingIterator interface allows a client to iterate through
+   * the bindings using the next_one or next_n operations.
+   * 
+   * The bindings iterator is obtained by using the <tt>list</tt>
+   * method on the <tt>NamingContext</tt>. 
+   * @see org.omg.CosNaming.NamingContext#list
+   */
+public class _BindingIteratorStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosNaming.BindingIterator
+{
+
+
+  /**
+       * This operation returns the next binding. If there are no more
+       * bindings, false is returned.
+       * 
+       * @param b the returned binding
+       */
+  public boolean next_one (org.omg.CosNaming.BindingHolder b)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("next_one", true);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                b.value = org.omg.CosNaming.BindingHelper.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 next_one (b        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // next_one
+
+
+  /**
+       * This operation returns at most the requested number of bindings.
+       * 
+       * @param how_many the maximum number of bindings tro return <p>
+       * 
+       * @param bl the returned bindings
+       */
+  public boolean next_n (int how_many, org.omg.CosNaming.BindingListHolder bl)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("next_n", true);
+                $out.write_ulong (how_many);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                bl.value = org.omg.CosNaming.BindingListHelper.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 next_n (how_many, bl        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // next_n
+
+
+  /**
+       * This operation destroys the iterator.
+       */
+  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:omg.org/CosNaming/BindingIterator: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 _BindingIteratorStub

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_BindingIteratorStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_BindingIteratorStub.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_BindingIteratorStub.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextExtStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextExtStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextExtStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextExtStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,622 @@
+package org.omg.CosNaming;
+
+
+/**
+* org/omg/CosNaming/_NamingContextExtStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/**
+   * A naming context extension is an extension to naming context that contains a set of name bindings in 
+   * which each name is unique. Different names can be bound to an object 
+   * in the same or different contexts at the same time. <p>
+   * 
+   * See <a href=" http://www.omg.org/corba/sectrans.htm#nam">CORBA COS 
+   * Naming Specification.</a>
+   */
+public class _NamingContextExtStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosNaming.NamingContextExt
+{
+
+
+  /** 
+       * The to_string operation is the process of retrieving a stringified name 
+       * from a name object. 
+       * 
+       * @param n String Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public String to_string (org.omg.CosNaming.NameComponent[] n) throws org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("to_string", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                $in = _invoke ($out);
+                String $result = org.omg.CosNaming.NamingContextExtPackage.StringNameHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return to_string (n        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // to_string
+
+
+  /** 
+       * The to_name operation is the process of retrieving a name object
+       * to a stringified name. 
+       * 
+       * @param n String Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public org.omg.CosNaming.NameComponent[] to_name (String sn) throws org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("to_name", true);
+                org.omg.CosNaming.NamingContextExtPackage.StringNameHelper.write ($out, sn);
+                $in = _invoke ($out);
+                org.omg.CosNaming.NameComponent $result[] = org.omg.CosNaming.NameHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return to_name (sn        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // to_name
+
+
+  /** 
+       * The to_url operation is the process of retrieving a url representation from a stringified name and
+       * address.
+       * 
+       * @param addr Address of the object <p>
+       * 
+       * @param sn String Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidAddress Indicates that the Address is invalid. <p>
+       */
+  public String to_url (String addr, String sn) throws org.omg.CosNaming.NamingContextExtPackage.InvalidAddress, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("to_url", true);
+                org.omg.CosNaming.NamingContextExtPackage.AddressHelper.write ($out, addr);
+                org.omg.CosNaming.NamingContextExtPackage.StringNameHelper.write ($out, sn);
+                $in = _invoke ($out);
+                String $result = org.omg.CosNaming.NamingContextExtPackage.URLStringHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContextExt/InvalidAddress:1.0"))
+                    throw org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return to_url (addr, sn        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // to_url
+
+
+  /** 
+       * The resolve_str operation is the process of retrieving an object
+       * bound to a stringified name in a given context. The given name must exactly 
+       * match the bound name. The naming service does not return the type 
+       * of the object. Clients are responsible for "narrowing" the object 
+       * to the appropriate type. That is, clients typically cast the returned 
+       * object from Object to a more specialized interface.
+       * 
+       * @param n String Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public org.omg.CORBA.Object resolve_str (String n) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("resolve_str", true);
+                org.omg.CosNaming.NamingContextExtPackage.StringNameHelper.write ($out, n);
+                $in = _invoke ($out);
+                org.omg.CORBA.Object $result = org.omg.CORBA.ObjectHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return resolve_str (n        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // resolve_str
+
+
+  /**
+       * Creates a binding of a name and an object in the naming context.
+       * Naming contexts that are bound using bind do not participate in name
+       * resolution when compound names are passed to be resolved. 
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @param obj The Object to bind with the given name<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       *
+       * @exception org.omg.CosNaming.NamingContextPackage.AlreadyBound Indicates an object is already 
+       * bound to the specified name.<p>
+       */
+  public void bind (org.omg.CosNaming.NameComponent[] n, org.omg.CORBA.Object obj) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName, org.omg.CosNaming.NamingContextPackage.AlreadyBound
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("bind", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                org.omg.CORBA.ObjectHelper.write ($out, obj);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                bind (n, obj        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // bind
+
+
+  /**
+       * Names an object that is a naming context. Naming contexts that
+       * are bound using bind_context() participate in name resolution 
+       * when compound names are passed to be resolved.
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @param nc NamingContect object to bind with the given name <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       *
+       * @exception org.omg.CosNaming.NamingContextPackage.AlreadyBound Indicates an object is already 
+       * bound to the specified name.<p>
+       */
+  public void bind_context (org.omg.CosNaming.NameComponent[] n, org.omg.CosNaming.NamingContext nc) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName, org.omg.CosNaming.NamingContextPackage.AlreadyBound
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("bind_context", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                org.omg.CosNaming.NamingContextHelper.write ($out, nc);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                bind_context (n, nc        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // bind_context
+
+
+  /**
+       * Creates a binding of a name and an object in the naming context
+       * even if the name is already bound in the context. Naming contexts 
+       * that are bound using rebind do not participate in name resolution 
+       * when compound names are passed to be resolved.
+       * 
+       * @param  n Name of the object <p>
+       * 
+       * @parm obj The Object to rebind with the given name <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public void rebind (org.omg.CosNaming.NameComponent[] n, org.omg.CORBA.Object obj) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("rebind", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                org.omg.CORBA.ObjectHelper.write ($out, obj);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                rebind (n, obj        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // rebind
+
+
+  /** 
+       * Creates a binding of a name and a naming context in the naming
+       * context even if the name is already bound in the context. Naming 
+       * contexts that are bound using rebind_context() participate in name 
+       * resolution when compound names are passed to be resolved.
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @param nc NamingContect object to rebind with the given name <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public void rebind_context (org.omg.CosNaming.NameComponent[] n, org.omg.CosNaming.NamingContext nc) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("rebind_context", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                org.omg.CosNaming.NamingContextHelper.write ($out, nc);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                rebind_context (n, nc        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // rebind_context
+
+
+  /** 
+       * The resolve operation is the process of retrieving an object
+       * bound to a name in a given context. The given name must exactly 
+       * match the bound name. The naming service does not return the type 
+       * of the object. Clients are responsible for "narrowing" the object 
+       * to the appropriate type. That is, clients typically cast the returned 
+       * object from Object to a more specialized interface.
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public org.omg.CORBA.Object resolve (org.omg.CosNaming.NameComponent[] n) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("resolve", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                $in = _invoke ($out);
+                org.omg.CORBA.Object $result = org.omg.CORBA.ObjectHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return resolve (n        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // resolve
+
+
+  /** 
+       * The unbind operation removes a name binding from a context.
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public void unbind (org.omg.CosNaming.NameComponent[] n) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("unbind", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                unbind (n        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // unbind
+
+
+  /**
+       * The list operation allows a client to iterate through a set of
+       * bindings in a naming context. <p>
+       * 
+       * The list operation returns at most the requested number of
+       * bindings in BindingList bl. 
+       * <ul>
+       * <li>If the naming context contains additional 
+       * bindings, the list operation returns a BindingIterator with the 
+       * additional bindings. 
+       * <li>If the naming context does not contain additional 
+       * bindings, the binding iterator is a nil object reference.
+       * </ul>
+       * 
+       * @param how_many the maximum number of bindings to return <p>
+       * 
+       * @param bl the returned list of bindings <p>
+       * 
+       * @param bi the returned binding iterator <p>
+       */
+  public void list (int how_many, org.omg.CosNaming.BindingListHolder bl, org.omg.CosNaming.BindingIteratorHolder bi)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("list", true);
+                $out.write_ulong (how_many);
+                $in = _invoke ($out);
+                bl.value = org.omg.CosNaming.BindingListHelper.read ($in);
+                bi.value = org.omg.CosNaming.BindingIteratorHelper.read ($in);
+                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) {
+                list (how_many, bl, bi        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // list
+
+
+  /**
+       * This operation returns a naming context implemented by the same
+       * naming server as the context on which the operation was invoked. 
+       * The new context is not bound to any name.
+       */
+  public org.omg.CosNaming.NamingContext new_context ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("new_context", true);
+                $in = _invoke ($out);
+                org.omg.CosNaming.NamingContext $result = org.omg.CosNaming.NamingContextHelper.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 new_context (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // new_context
+
+
+  /**
+       * This operation creates a new context and binds it to the name
+       * supplied as an argument. The newly-created context is implemented 
+       * by the same naming server as the context in which it was bound (that 
+       * is, the naming server that implements the context denoted by the 
+       * name argument excluding the last component).
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.AlreadyBound Indicates an object is already 
+       * bound to the specified name.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public org.omg.CosNaming.NamingContext bind_new_context (org.omg.CosNaming.NameComponent[] n) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.AlreadyBound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("bind_new_context", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                $in = _invoke ($out);
+                org.omg.CosNaming.NamingContext $result = org.omg.CosNaming.NamingContextHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return bind_new_context (n        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // bind_new_context
+
+
+  /**
+       * The destroy operation deletes a naming context. If the naming 
+       * context contains bindings, the NotEmpty exception is raised.
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotEmpty Indicates that the Naming Context contains bindings.
+       */
+  public void destroy () throws org.omg.CosNaming.NamingContextPackage.NotEmpty
+  {
+            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 ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotEmpty:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotEmptyHelper.read ($in);
+                else
+                    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:omg.org/CosNaming/NamingContextExt:1.0", 
+    "IDL:omg.org/CosNaming/NamingContext: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 _NamingContextExtStub

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextExtStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextExtStub.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextExtStub.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,472 @@
+package org.omg.CosNaming;
+
+
+/**
+* org/omg/CosNaming/_NamingContextStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/** 
+   * A naming context is an object that contains a set of name bindings in 
+   * which each name is unique. Different names can be bound to an object 
+   * in the same or different contexts at the same time. <p>
+   * 
+   * See <a href=" http://www.omg.org/corba/sectrans.htm#nam">CORBA COS 
+   * Naming Specification.</a>
+   */
+public class _NamingContextStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CosNaming.NamingContext
+{
+
+
+  /**
+       * Creates a binding of a name and an object in the naming context.
+       * Naming contexts that are bound using bind do not participate in name
+       * resolution when compound names are passed to be resolved. 
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @param obj The Object to bind with the given name<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       *
+       * @exception org.omg.CosNaming.NamingContextPackage.AlreadyBound Indicates an object is already 
+       * bound to the specified name.<p>
+       */
+  public void bind (org.omg.CosNaming.NameComponent[] n, org.omg.CORBA.Object obj) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName, org.omg.CosNaming.NamingContextPackage.AlreadyBound
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("bind", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                org.omg.CORBA.ObjectHelper.write ($out, obj);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                bind (n, obj        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // bind
+
+
+  /**
+       * Names an object that is a naming context. Naming contexts that
+       * are bound using bind_context() participate in name resolution 
+       * when compound names are passed to be resolved.
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @param nc NamingContect object to bind with the given name <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       *
+       * @exception org.omg.CosNaming.NamingContextPackage.AlreadyBound Indicates an object is already 
+       * bound to the specified name.<p>
+       */
+  public void bind_context (org.omg.CosNaming.NameComponent[] n, org.omg.CosNaming.NamingContext nc) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName, org.omg.CosNaming.NamingContextPackage.AlreadyBound
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("bind_context", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                org.omg.CosNaming.NamingContextHelper.write ($out, nc);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                bind_context (n, nc        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // bind_context
+
+
+  /**
+       * Creates a binding of a name and an object in the naming context
+       * even if the name is already bound in the context. Naming contexts 
+       * that are bound using rebind do not participate in name resolution 
+       * when compound names are passed to be resolved.
+       * 
+       * @param  n Name of the object <p>
+       * 
+       * @parm obj The Object to rebind with the given name <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public void rebind (org.omg.CosNaming.NameComponent[] n, org.omg.CORBA.Object obj) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("rebind", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                org.omg.CORBA.ObjectHelper.write ($out, obj);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                rebind (n, obj        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // rebind
+
+
+  /** 
+       * Creates a binding of a name and a naming context in the naming
+       * context even if the name is already bound in the context. Naming 
+       * contexts that are bound using rebind_context() participate in name 
+       * resolution when compound names are passed to be resolved.
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @param nc NamingContect object to rebind with the given name <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public void rebind_context (org.omg.CosNaming.NameComponent[] n, org.omg.CosNaming.NamingContext nc) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("rebind_context", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                org.omg.CosNaming.NamingContextHelper.write ($out, nc);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                rebind_context (n, nc        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // rebind_context
+
+
+  /** 
+       * The resolve operation is the process of retrieving an object
+       * bound to a name in a given context. The given name must exactly 
+       * match the bound name. The naming service does not return the type 
+       * of the object. Clients are responsible for "narrowing" the object 
+       * to the appropriate type. That is, clients typically cast the returned 
+       * object from Object to a more specialized interface.
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public org.omg.CORBA.Object resolve (org.omg.CosNaming.NameComponent[] n) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("resolve", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                $in = _invoke ($out);
+                org.omg.CORBA.Object $result = org.omg.CORBA.ObjectHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return resolve (n        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // resolve
+
+
+  /** 
+       * The unbind operation removes a name binding from a context.
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public void unbind (org.omg.CosNaming.NameComponent[] n) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("unbind", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                unbind (n        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // unbind
+
+
+  /**
+       * The list operation allows a client to iterate through a set of
+       * bindings in a naming context. <p>
+       * 
+       * The list operation returns at most the requested number of
+       * bindings in BindingList bl. 
+       * <ul>
+       * <li>If the naming context contains additional 
+       * bindings, the list operation returns a BindingIterator with the 
+       * additional bindings. 
+       * <li>If the naming context does not contain additional 
+       * bindings, the binding iterator is a nil object reference.
+       * </ul>
+       * 
+       * @param how_many the maximum number of bindings to return <p>
+       * 
+       * @param bl the returned list of bindings <p>
+       * 
+       * @param bi the returned binding iterator <p>
+       */
+  public void list (int how_many, org.omg.CosNaming.BindingListHolder bl, org.omg.CosNaming.BindingIteratorHolder bi)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("list", true);
+                $out.write_ulong (how_many);
+                $in = _invoke ($out);
+                bl.value = org.omg.CosNaming.BindingListHelper.read ($in);
+                bi.value = org.omg.CosNaming.BindingIteratorHelper.read ($in);
+                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) {
+                list (how_many, bl, bi        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // list
+
+
+  /**
+       * This operation returns a naming context implemented by the same
+       * naming server as the context on which the operation was invoked. 
+       * The new context is not bound to any name.
+       */
+  public org.omg.CosNaming.NamingContext new_context ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("new_context", true);
+                $in = _invoke ($out);
+                org.omg.CosNaming.NamingContext $result = org.omg.CosNaming.NamingContextHelper.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 new_context (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // new_context
+
+
+  /**
+       * This operation creates a new context and binds it to the name
+       * supplied as an argument. The newly-created context is implemented 
+       * by the same naming server as the context in which it was bound (that 
+       * is, the naming server that implements the context denoted by the 
+       * name argument excluding the last component).
+       * 
+       * @param n Name of the object <p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotFound Indicates the name does not identify a binding.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.AlreadyBound Indicates an object is already 
+       * bound to the specified name.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Indicates that the implementation has
+       * given up for some reason. The client, however, may be able to 
+       * continue the operation at the returned naming context.<p>
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.InvalidName Indicates that the name is invalid. <p>
+       */
+  public org.omg.CosNaming.NamingContext bind_new_context (org.omg.CosNaming.NameComponent[] n) throws org.omg.CosNaming.NamingContextPackage.NotFound, org.omg.CosNaming.NamingContextPackage.AlreadyBound, org.omg.CosNaming.NamingContextPackage.CannotProceed, org.omg.CosNaming.NamingContextPackage.InvalidName
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("bind_new_context", true);
+                org.omg.CosNaming.NameHelper.write ($out, n);
+                $in = _invoke ($out);
+                org.omg.CosNaming.NamingContext $result = org.omg.CosNaming.NamingContextHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotFound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/CannotProceed:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.CannotProceedHelper.read ($in);
+                else if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/InvalidName:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.read ($in);
+                else
+                    throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return bind_new_context (n        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // bind_new_context
+
+
+  /**
+       * The destroy operation deletes a naming context. If the naming 
+       * context contains bindings, the NotEmpty exception is raised.
+       * 
+       * @exception org.omg.CosNaming.NamingContextPackage.NotEmpty Indicates that the Naming Context contains bindings.
+       */
+  public void destroy () throws org.omg.CosNaming.NamingContextPackage.NotEmpty
+  {
+            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 ();
+                if (_id.equals ("IDL:omg.org/CosNaming/NamingContext/NotEmpty:1.0"))
+                    throw org.omg.CosNaming.NamingContextPackage.NotEmptyHelper.read ($in);
+                else
+                    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:omg.org/CosNaming/NamingContext: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 _NamingContextStub

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextStub.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextStub.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosNaming/_NamingContextStub.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_INV_POLICY.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_INV_POLICY.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_INV_POLICY.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_INV_POLICY.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.CosTSInteroperation;
+
+
+/**
+* org/omg/CosTSInteroperation/TAG_INV_POLICY.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface TAG_INV_POLICY
+{
+  public static final int value = (int)(32L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_INV_POLICY.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_INV_POLICY.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_INV_POLICY.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_OTS_POLICY.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_OTS_POLICY.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_OTS_POLICY.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_OTS_POLICY.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.CosTSInteroperation;
+
+
+/**
+* org/omg/CosTSInteroperation/TAG_OTS_POLICY.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface TAG_OTS_POLICY
+{
+  public static final int value = (int)(31L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_OTS_POLICY.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_OTS_POLICY.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_OTS_POLICY.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_TRANSACTION_POLICY.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_TRANSACTION_POLICY.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_TRANSACTION_POLICY.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_TRANSACTION_POLICY.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.CosTSInteroperation;
+
+
+/**
+* org/omg/CosTSInteroperation/TAG_TRANSACTION_POLICY.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface TAG_TRANSACTION_POLICY
+{
+  public static final int value = (int)(26L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_TRANSACTION_POLICY.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_TRANSACTION_POLICY.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TAG_TRANSACTION_POLICY.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponent.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponent.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponent.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponent.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,24 @@
+package org.omg.CosTSInteroperation;
+
+
+/**
+* org/omg/CosTSInteroperation/TransactionPolicyComponent.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class TransactionPolicyComponent implements org.omg.CORBA.portable.IDLEntity
+{
+  public short tpv = (short)0;
+
+  public TransactionPolicyComponent ()
+  {
+  } // ctor
+
+  public TransactionPolicyComponent (short _tpv)
+  {
+    tpv = _tpv;
+  } // ctor
+
+} // class TransactionPolicyComponent

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponent.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponent.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponent.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,76 @@
+package org.omg.CosTSInteroperation;
+
+
+/**
+* org/omg/CosTSInteroperation/TransactionPolicyComponentHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+abstract public class TransactionPolicyComponentHelper
+{
+  private static String  _id = "IDL:omg.org/CosTSInteroperation/TransactionPolicyComponent:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.CosTSInteroperation.TransactionPolicyComponent 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.CosTSInteroperation.TransactionPolicyComponent 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 [1];
+          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.CosTransactions.TransactionPolicyValueHelper.id (), "TransactionPolicyValue", _tcOf_members0);
+          _members0[0] = new org.omg.CORBA.StructMember (
+            "tpv",
+            _tcOf_members0,
+            null);
+          __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CosTSInteroperation.TransactionPolicyComponentHelper.id (), "TransactionPolicyComponent", _members0);
+          __active = false;
+        }
+      }
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.CosTSInteroperation.TransactionPolicyComponent read (org.omg.CORBA.portable.InputStream istream)
+  {
+    org.omg.CosTSInteroperation.TransactionPolicyComponent value = new org.omg.CosTSInteroperation.TransactionPolicyComponent ();
+    value.tpv = istream.read_ushort ();
+    return value;
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CosTSInteroperation.TransactionPolicyComponent value)
+  {
+    ostream.write_ushort (value.tpv);
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,38 @@
+package org.omg.CosTSInteroperation;
+
+/**
+* org/omg/CosTSInteroperation/TransactionPolicyComponentHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class TransactionPolicyComponentHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.CosTSInteroperation.TransactionPolicyComponent value = null;
+
+  public TransactionPolicyComponentHolder ()
+  {
+  }
+
+  public TransactionPolicyComponentHolder (org.omg.CosTSInteroperation.TransactionPolicyComponent initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.CosTSInteroperation.TransactionPolicyComponentHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.CosTSInteroperation.TransactionPolicyComponentHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.CosTSInteroperation.TransactionPolicyComponentHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTSInteroperation/TransactionPolicyComponentHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ADAPTS.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ADAPTS.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ADAPTS.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ADAPTS.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+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);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ADAPTS.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ADAPTS.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/ADAPTS.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_either.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_either.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_either.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_either.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.CosTransactions;
+
+
+/**
+* org/omg/CosTransactions/Allows_either.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+public interface Allows_either
+{
+  public static final short value = (short)(4);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_either.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_either.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_either.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_none.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_none.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_none.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_none.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.CosTransactions;
+
+
+/**
+* org/omg/CosTransactions/Allows_none.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+public interface Allows_none
+{
+  public static final short value = (short)(1);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_none.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_none.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_none.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_shared.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_shared.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_shared.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_shared.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,16 @@
+package org.omg.CosTransactions;
+
+
+/**
+* org/omg/CosTransactions/Allows_shared.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+public interface Allows_shared
+{
+
+  // retained for backward compatibility. //
+  public static final short value = (short)(0);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_shared.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_shared.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/CosTransactions/Allows_shared.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain