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

Generated from IDL struct "ChannelBindings".

Version:
generated at Dec 2, 2008 12:16:30 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
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 © 2008. All Rights Reserved.