wt.pom
Class SnapshotInsertProcess

java.lang.Object
  extended bywt.pom.SnapshotInsertProcess
All Implemented Interfaces:
Runnable

public class SnapshotInsertProcess
extends Object
implements Runnable



Supported API: false

Extendable: false


Field Summary
private static int CHUNK_SIZE
           
private static String CLASSNAME
           
private  int index
           
private  int offset
           
private  PagingSession pagingSession
           
private  PDSIfc pds
           
private static String RESOURCE
           
private  int totalCount
           
private  Vector vector
           
 
Constructor Summary
SnapshotInsertProcess(PagingSession a_pagingSession, Vector a_Vector, int a_index, PDSIfc a_pds)
          

Supported API: false
 
Method Summary
 void insert(int offset, WTConnection connection)
          

Supported API: false
private  int insertPageResult(int offset, int range, WTConnection connection)
           
 void insertTo(int count, WTConnection connection)
          

Supported API: false
 void run()
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

pagingSession

private PagingSession pagingSession

vector

private Vector vector

pds

private PDSIfc pds

index

private int index

totalCount

private int totalCount

offset

private int offset

CHUNK_SIZE

private static final int CHUNK_SIZE
Constructor Detail

SnapshotInsertProcess

public SnapshotInsertProcess(PagingSession a_pagingSession,
                             Vector a_Vector,
                             int a_index,
                             PDSIfc a_pds)
                      throws WTException


Supported API: false

Parameters:
a_pagingSession -
a_Vector -
a_index -
a_pds -
Throws:
WTException
Method Detail

run

public void run()


Supported API: false

Specified by:
run in interface Runnable

insertTo

public void insertTo(int count,
                     WTConnection connection)
              throws WTException


Supported API: false

Parameters:
count -
connection -
Throws:
WTException

insert

public void insert(int offset,
                   WTConnection connection)
            throws WTException


Supported API: false

Parameters:
offset -
connection -
Throws:
WTException

insertPageResult

private int insertPageResult(int offset,
                             int range,
                             WTConnection connection)
                      throws WTException
Throws:
WTException