org.openejb.core.stateful
Class RAFPassivater.Pointer

java.lang.Object
  |
  +--org.openejb.core.stateful.RAFPassivater.Pointer
Enclosing class:
RAFPassivater

static class RAFPassivater.Pointer
extends java.lang.Object


Field Summary
(package private)  int bytesize
           
(package private)  int fileid
           
(package private)  long filepointer
           
 
Constructor Summary
RAFPassivater.Pointer(int file, long pointer, int bytecount)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileid

int fileid

filepointer

long filepointer

bytesize

int bytesize
Constructor Detail

RAFPassivater.Pointer

public RAFPassivater.Pointer(int file,
                             long pointer,
                             int bytecount)