
public class OStorageRemoteAsynchEventListener extends Object implements ORemoteServerEventListener
| Constructor and Description |
|---|
OStorageRemoteAsynchEventListener(OStorageRemote storage) |
| Modifier and Type | Method and Description |
|---|---|
OStorageRemote |
getStorage() |
void |
onEndUsedConnections(ORemoteConnectionPool pool) |
void |
onRequest(byte iRequestCode,
Object obj) |
byte[] |
readBytes(DataInputStream in) |
void |
registerLiveListener(ORemoteConnectionPool pool,
Integer id,
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(ORemoteConnectionPool pool, Integer id, OLiveResultListener listener)
public void unregisterLiveListener(Integer id)
public void onEndUsedConnections(ORemoteConnectionPool pool)
Copyright © 2009–2018 OrientDB. All rights reserved.