org.omg.Security
Class ChannelBindings

java.lang.Object
  extended by org.omg.Security.ChannelBindings
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

org/omg/Security/ChannelBindings.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /usr/src/RPM/BUILD/geronimo-specs-1.2/geronimo-spec-corba/src/main/idl/Security.idl Wednesday, November 26, 2008 6:59:32 PM UTC

See Also:
Serialized Form

Field Summary
 byte[] acceptor_address
           
 int acceptor_addrtype
           
 byte[] application_data
           
 byte[] initiator_address
           
 int initiator_addrtype
           
 
Constructor Summary
ChannelBindings()
           
ChannelBindings(int _initiator_addrtype, byte[] _initiator_address, int _acceptor_addrtype, byte[] _acceptor_address, byte[] _application_data)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initiator_addrtype

public int initiator_addrtype

initiator_address

public byte[] initiator_address

acceptor_addrtype

public int acceptor_addrtype

acceptor_address

public byte[] acceptor_address

application_data

public byte[] application_data
Constructor Detail

ChannelBindings

public ChannelBindings()

ChannelBindings

public ChannelBindings(int _initiator_addrtype,
                       byte[] _initiator_address,
                       int _acceptor_addrtype,
                       byte[] _acceptor_address,
                       byte[] _application_data)


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