|
|||||||||
| 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.ListHandlesRequest
public class ListHandlesRequest
Request used to retrieve a list of handles from a given naming authority from a server. When sending this request, clients should be prepared to authenticate as an administrator with list-handles permission in the naming authority handle. Clients should also send a ListHandlesRequest to every server in a site in order to get all of the handles for a particular naming authority. The corresponding response - ListHandlesResponse - is usually sent using continuation messages, so clients should probably provide a callback to the HandleResolver object when sending messages of this type. For ListHandlesRequests the 'handle' member will contain the handle for the naming authority that we want the handles for.
| Field Summary |
|---|
| Fields inherited from class net.handle.hdllib.AbstractRequest |
|---|
authInfo, handle, isAdminRequest, requiresConnection, sessionInfo, sessionTracker, siteInfoSerial, streaming |
| Constructor Summary | |
|---|---|
ListHandlesRequest(byte[] naHandle,
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 |
| Constructor Detail |
|---|
public ListHandlesRequest(byte[] naHandle,
AuthenticationInfo authInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||