static class ReplicationManager.RequestContextList extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private Vector |
list |
private static long |
serialVersionUID |
Constructor and Description |
---|
RequestContextList() |
Modifier and Type | Method and Description |
---|---|
(package private) RequestContext |
get() |
(package private) int |
getSize() |
(package private) void |
pop() |
(package private) void |
put(RequestContext ctx) |
String |
toString() |
private static final long serialVersionUID
private Vector list
void put(RequestContext ctx)
RequestContext get()
void pop()
int getSize()
Copyright © 2021 ScalAgent D.T.. All rights reserved.