All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.CSIIOP.CompoundSecMech Maven / Gradle / Ivy

There is a newer version: 10.1.0.Final
Show newest version
package org.omg.CSIIOP;


/**
* org/omg/CSIIOP/CompoundSecMech.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /mnt/plextor/workspace/_jboss-openjdk-orb/src/share/classes/org/omg/CSIIOP/CSIIOP.idl
* piątek, 16 kwietnia 2021 18:04:52 CEST
*/

public final class CompoundSecMech implements org.omg.CORBA.portable.IDLEntity
{
  public short target_requires = (short)0;
  public org.omg.IOP.TaggedComponent transport_mech = null;
  public org.omg.CSIIOP.AS_ContextSec as_context_mech = null;
  public org.omg.CSIIOP.SAS_ContextSec sas_context_mech = null;

  public CompoundSecMech ()
  {
  } // ctor

  public CompoundSecMech (short _target_requires, org.omg.IOP.TaggedComponent _transport_mech, org.omg.CSIIOP.AS_ContextSec _as_context_mech, org.omg.CSIIOP.SAS_ContextSec _sas_context_mech)
  {
    target_requires = _target_requires;
    transport_mech = _transport_mech;
    as_context_mech = _as_context_mech;
    sas_context_mech = _sas_context_mech;
  } // ctor

} // class CompoundSecMech




© 2015 - 2024 Weber Informatics LLC | Privacy Policy