public class RomServer extends Object
| Constructor and Description |
|---|
RomServer(String packageName,
String classSuffix) |
| Modifier and Type | Method and Description |
|---|---|
String |
create(String remoteClassType,
Props constructorParams) |
<E> E |
invoke(String objectRef,
String methodName,
Props params,
Class<E> clazz) |
Object |
invoke(String objectRef,
String methodName,
Props params,
Type type) |
void |
release(String objectRef) |
public void release(String objectRef)
Copyright © 2015 Kurento. All rights reserved.