public class RomClientObjectManager extends Object implements RomEventHandler, ObjectRefsManager
| Constructor and Description |
|---|
RomClientObjectManager(RomClient client) |
| Modifier and Type | Method and Description |
|---|---|
RomClient |
getClient() |
Object |
getObject(String objectRef) |
RemoteObject |
getRemoteObject(String objectRef) |
void |
processEvent(String objectRef,
String subscription,
String type,
Props data) |
void |
registerObject(String objectRef,
RemoteObject remoteObject) |
void |
releaseObject(String objectRef) |
public RomClientObjectManager(RomClient client)
public RomClient getClient()
public void processEvent(String objectRef, String subscription, String type, Props data)
processEvent in interface RomEventHandlerpublic void registerObject(String objectRef, RemoteObject remoteObject)
public void releaseObject(String objectRef)
public RemoteObject getRemoteObject(String objectRef)
public Object getObject(String objectRef)
getObject in interface ObjectRefsManagerCopyright © 2015 Kurento. All rights reserved.