org.omg.Security
Class OpaqueBuffer

java.lang.Object
  extended by org.omg.Security.OpaqueBuffer
All Implemented Interfaces:
Serializable, IDLEntity

public final class OpaqueBuffer
extends Object
implements IDLEntity

org/omg/Security/OpaqueBuffer.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

Field Summary
 byte[] buffer
           
 int endpos
           
 int startpos
           
 
Constructor Summary
OpaqueBuffer()
           
OpaqueBuffer(byte[] _buffer, int _startpos, int _endpos)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

public byte[] buffer

startpos

public int startpos

endpos

public int endpos
Constructor Detail

OpaqueBuffer

public OpaqueBuffer()

OpaqueBuffer

public OpaqueBuffer(byte[] _buffer,
                    int _startpos,
                    int _endpos)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.