org.omg.Security
Class ChannelBindings
java.lang.Object
org.omg.Security.ChannelBindings
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class ChannelBindings
- extends Object
- implements IDLEntity
org/omg/Security/ChannelBindings.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/Security.idl
Saturday, September 22, 2012 10:56:39 AM CEST
- See Also:
- Serialized Form
Constructor Summary |
ChannelBindings()
|
ChannelBindings(int _initiator_addrtype,
byte[] _initiator_address,
int _acceptor_addrtype,
byte[] _acceptor_address,
byte[] _application_data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ChannelBindings
public ChannelBindings()
ChannelBindings
public ChannelBindings(int _initiator_addrtype,
byte[] _initiator_address,
int _acceptor_addrtype,
byte[] _acceptor_address,
byte[] _application_data)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.