org.omg.CSIIOP
Class CompoundSecMech
java.lang.Object
|
+--org.omg.CSIIOP.CompoundSecMech
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class CompoundSecMech
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Struct definition: CompoundSecMech.
- Author:
- OpenORB Compiler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target_requires
public short target_requires
- Struct member target_requires
transport_mech
public org.omg.IOP.TaggedComponent transport_mech
- Struct member transport_mech
as_context_mech
public AS_ContextSec as_context_mech
- Struct member as_context_mech
sas_context_mech
public SAS_ContextSec sas_context_mech
- Struct member sas_context_mech
CompoundSecMech
public CompoundSecMech()
- Default constructor
CompoundSecMech
public CompoundSecMech(short target_requires,
org.omg.IOP.TaggedComponent transport_mech,
AS_ContextSec as_context_mech,
SAS_ContextSec sas_context_mech)
- Constructor with fields initialization
- Parameters:
target_requires - target_requires struct membertransport_mech - transport_mech struct memberas_context_mech - as_context_mech struct membersas_context_mech - sas_context_mech struct member