yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_CredentialsStub.java [283:302]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes)
  {
            org.omg.CORBA.portable.InputStream $in = null;
            try {
                org.omg.CORBA.portable.OutputStream $out = _request ("set_attributes", true);
                org.omg.Security.AttributeListHelper.write ($out, requested_attributes);
                $in = _invoke ($out);
                boolean $result = $in.read_boolean ();
                actual_attributes.value = 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 set_attributes (requested_attributes, actual_attributes        );
            } finally {
                _releaseReply ($in);
            }
  } // set_attributes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_ReceivedCredentialsStub.java [359:378]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes)
  {
            org.omg.CORBA.portable.InputStream $in = null;
            try {
                org.omg.CORBA.portable.OutputStream $out = _request ("set_attributes", true);
                org.omg.Security.AttributeListHelper.write ($out, requested_attributes);
                $in = _invoke ($out);
                boolean $result = $in.read_boolean ();
                actual_attributes.value = 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 set_attributes (requested_attributes, actual_attributes        );
            } finally {
                _releaseReply ($in);
            }
  } // set_attributes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_TargetCredentialsStub.java [321:340]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes)
  {
            org.omg.CORBA.portable.InputStream $in = null;
            try {
                org.omg.CORBA.portable.OutputStream $out = _request ("set_attributes", true);
                org.omg.Security.AttributeListHelper.write ($out, requested_attributes);
                $in = _invoke ($out);
                boolean $result = $in.read_boolean ();
                actual_attributes.value = 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 set_attributes (requested_attributes, actual_attributes        );
            } finally {
                _releaseReply ($in);
            }
  } // set_attributes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



