org.omg.Security
Class OpaqueBuffer

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

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

org/omg/Security/OpaqueBuffer.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /var/home/jpp/rebuild/devel/BUILD/geronimo-specs-1.2/geronimo-spec-corba/src/main/idl/Security.idl Wednesday, October 24, 2007 3:42:10 PM CEST

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 © {inceptionYear}-2007 null. All Rights Reserved.