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