Class OListGlobalConfigurationsRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OListGlobalConfigurationsRequest
- All Implemented Interfaces:
OBinaryRequest<OListGlobalConfigurationsResponse>
public class OListGlobalConfigurationsRequest
extends Object
implements OBinaryRequest<OListGlobalConfigurationsResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytevoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) booleanbooleanvoidwrite(OChannelDataOutput network, ORemoteClientSession session)
-
Constructor Details
-
OListGlobalConfigurationsRequest
public OListGlobalConfigurationsRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OListGlobalConfigurationsResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OListGlobalConfigurationsResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OListGlobalConfigurationsResponse>
-
requiredServerRole
- Specified by:
requiredServerRolein interfaceOBinaryRequest<OListGlobalConfigurationsResponse>
-
requireServerUser
public boolean requireServerUser()- Specified by:
requireServerUserin interfaceOBinaryRequest<OListGlobalConfigurationsResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OListGlobalConfigurationsResponse>
-
requireDatabaseSession
public boolean requireDatabaseSession()- Specified by:
requireDatabaseSessionin interfaceOBinaryRequest<OListGlobalConfigurationsResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OListGlobalConfigurationsResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OListGlobalConfigurationsResponse>
-