public final class remote_environment extends Object implements com.sun.star.uno.IEnvironment
| Constructor and Description |
|---|
remote_environment(Object context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContext() |
String |
getName() |
Object |
getRegisteredInterface(String oid,
com.sun.star.uno.Type type) |
String |
getRegisteredObjectIdentifier(Object object) |
void |
list() |
Object |
registerInterface(Object object,
String[] oid,
com.sun.star.uno.Type type) |
void |
revokeInterface(String oid,
com.sun.star.uno.Type type) |
public remote_environment(Object context)
public Object getContext()
getContext in interface com.sun.star.uno.IEnvironmentpublic String getName()
getName in interface com.sun.star.uno.IEnvironmentpublic Object registerInterface(Object object, String[] oid, com.sun.star.uno.Type type)
registerInterface in interface com.sun.star.uno.IEnvironmentpublic void revokeInterface(String oid, com.sun.star.uno.Type type)
revokeInterface in interface com.sun.star.uno.IEnvironmentpublic Object getRegisteredInterface(String oid, com.sun.star.uno.Type type)
getRegisteredInterface in interface com.sun.star.uno.IEnvironmentpublic String getRegisteredObjectIdentifier(Object object)
getRegisteredObjectIdentifier in interface com.sun.star.uno.IEnvironmentpublic void list()
list in interface com.sun.star.uno.IEnvironment