org.omg.CSIIOP
Class AS_ContextSec

java.lang.Object
  extended byorg.omg.CSIIOP.AS_ContextSec
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class AS_ContextSec
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

org/omg/CSIIOP/AS_ContextSec.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from /var/home/jpp/rebuild/free/BUILD/geronimo-specs-1.1/geronimo-spec-corba/src/main/idl/CSIIOP.idl Thursday, May 31, 2007 7:28:29 PM CEST

See Also:
Serialized Form

Field Summary
 byte[] client_authentication_mech
           
 byte[] target_name
           
 short target_requires
           
 short target_supports
           
 
Constructor Summary
AS_ContextSec()
           
AS_ContextSec(short _target_supports, short _target_requires, byte[] _client_authentication_mech, byte[] _target_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target_supports

public short target_supports

target_requires

public short target_requires

client_authentication_mech

public byte[] client_authentication_mech

target_name

public byte[] target_name
Constructor Detail

AS_ContextSec

public AS_ContextSec()

AS_ContextSec

public AS_ContextSec(short _target_supports,
                     short _target_requires,
                     byte[] _client_authentication_mech,
                     byte[] _target_name)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.