Class OExistsDatabaseResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OExistsDatabaseResponse
- All Implemented Interfaces:
OBinaryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExists()voidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OExistsDatabaseResponse
public OExistsDatabaseResponse() -
OExistsDatabaseResponse
public OExistsDatabaseResponse(boolean exists)
-
-
Method Details
-
write
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
isExists
public boolean isExists()
-