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 /home/iurt/rpm/BUILD/apache-geronimo-yoko-33a0be6/yoko-spec-corba/src/main/idl/Security.idl
Saturday, November 5, 2011 7:43:25 PM UTC
- 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 © 2006-2011 Apache Software Foundation. All Rights Reserved.