yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_CredentialsStub.java [324:342]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time)
  {
            org.omg.CORBA.portable.InputStream $in = null;
            try {
                org.omg.CORBA.portable.OutputStream $out = _request ("is_valid", true);
                $in = _invoke ($out);
                boolean $result = $in.read_boolean ();
                expiry_time.value = org.omg.Security.UtcTHelper.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 is_valid (expiry_time        );
            } finally {
                _releaseReply ($in);
            }
  } // is_valid
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_ReceivedCredentialsStub.java [400:418]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time)
  {
            org.omg.CORBA.portable.InputStream $in = null;
            try {
                org.omg.CORBA.portable.OutputStream $out = _request ("is_valid", true);
                $in = _invoke ($out);
                boolean $result = $in.read_boolean ();
                expiry_time.value = org.omg.Security.UtcTHelper.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 is_valid (expiry_time        );
            } finally {
                _releaseReply ($in);
            }
  } // is_valid
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_TargetCredentialsStub.java [362:380]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time)
  {
            org.omg.CORBA.portable.InputStream $in = null;
            try {
                org.omg.CORBA.portable.OutputStream $out = _request ("is_valid", true);
                $in = _invoke ($out);
                boolean $result = $in.read_boolean ();
                expiry_time.value = org.omg.Security.UtcTHelper.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 is_valid (expiry_time        );
            } finally {
                _releaseReply ($in);
            }
  } // is_valid
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



