public class OStorageRemoteAsynchEventListener extends Object implements ORemoteServerEventListener
| Constructor and Description |
|---|
OStorageRemoteAsynchEventListener(OStorageRemote storage) |
| Modifier and Type | Method and Description |
|---|---|
OStorageRemote |
getStorage() |
void |
onRequest(byte iRequestCode,
Object obj) |
byte[] |
readBytes(DataInputStream in) |
void |
registerLiveListener(Integer id,
com.orientechnologies.orient.core.sql.query.OLiveResultListener listener) |
void |
unregisterLiveListener(Integer id) |
public OStorageRemoteAsynchEventListener(OStorageRemote storage)
public void onRequest(byte iRequestCode,
Object obj)
onRequest in interface ORemoteServerEventListenerpublic byte[] readBytes(DataInputStream in) throws IOException
IOExceptionpublic OStorageRemote getStorage()
public void registerLiveListener(Integer id, com.orientechnologies.orient.core.sql.query.OLiveResultListener listener)
registerLiveListener in interface ORemoteServerEventListenerpublic void unregisterLiveListener(Integer id)
unregisterLiveListener in interface ORemoteServerEventListenerCopyright © 2009–2015 Orient Technologies. All rights reserved.