|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.handle.hdllib.AbstractMessage
net.handle.hdllib.AbstractRequest
net.handle.hdllib.AddValueRequest
public class AddValueRequest
Request used to add a value to an existing handle. Holds the handle and the value to be added.
| Field Summary | |
|---|---|
HandleValue[] |
values
|
| Fields inherited from class net.handle.hdllib.AbstractRequest |
|---|
authInfo, handle, isAdminRequest, requiresConnection, sessionInfo, sessionTracker, siteInfoSerial, streaming |
| Constructor Summary | |
|---|---|
AddValueRequest(byte[] handle,
HandleValue[] values,
AuthenticationInfo authInfo)
|
|
AddValueRequest(byte[] handle,
HandleValue value,
AuthenticationInfo authInfo)
|
|
| Method Summary |
|---|
| Methods inherited from class net.handle.hdllib.AbstractRequest |
|---|
clearBuffers, getNamespace, setNamespace, toString |
| Methods inherited from class net.handle.hdllib.AbstractMessage |
|---|
decryptMessage, encryptMessage, getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, signMessage, signMessage, signMessage, takeValuesFrom, verifyMessage, verifyMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public HandleValue[] values
| Constructor Detail |
|---|
public AddValueRequest(byte[] handle,
HandleValue value,
AuthenticationInfo authInfo)
public AddValueRequest(byte[] handle,
HandleValue[] values,
AuthenticationInfo authInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||