|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.pom.SnapshotInsertProcess
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 |
private static final String RESOURCE
private static final String CLASSNAME
private PagingSession pagingSession
private Vector vector
private PDSIfc pds
private int index
private int totalCount
private int offset
private static final int CHUNK_SIZE
Constructor Detail |
public SnapshotInsertProcess(PagingSession a_pagingSession, Vector a_Vector, int a_index, PDSIfc a_pds) throws WTException
a_pagingSession
- a_Vector
- a_index
- a_pds
-
WTException
Method Detail |
public void run()
run
in interface Runnable
public void insertTo(int count, WTConnection connection) throws WTException
count
- connection
-
WTException
public void insert(int offset, WTConnection connection) throws WTException
offset
- connection
-
WTException
private int insertPageResult(int offset, int range, WTConnection connection) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |