| Package | Description |
|---|---|
| beehive.util |
| Modifier and Type | Field and Description |
|---|---|
RequestedOp |
RemoteRequestHandler.op |
| Modifier and Type | Method and Description |
|---|---|
static RequestedOp |
RequestedOp.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestedOp[] |
RequestedOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RemoteRequestHandler(HashtableServer server,
RequestedOp op,
java.util.Vector<java.lang.Object> params,
Barrier barrier) |