/
EDMRemote
EDMRemote
edm.edom3
Class EDMRemote
- java.lang.Object
- edm.edom3.EDMInterface
- edm.edom3.EDMRemote
public final class EDMRemote extends EDMInterface
Supplies interface functions for the REMOTE interface
Constructor Summary
Constructors
Constructor and Description EDMRemote()
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type Method and Description static EDMRemoteContext
createRemoteContext(java.lang.String name)
Create a REMOTE contextMethods inherited from class edm.edom3.EDMInterface
createLocalContext, getEDMTrace, getLibrary, initClient, initDotNet, initMultiThread, initSingleUser, isDotNet, loadLibraries, removeLibrary, setLibrary, setRuntimeLicense
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
EDMRemote
public EDMRemote()
Method Detail
createRemoteContext
public static EDMRemoteContext createRemoteContext(java.lang.String name) throws EdmiException
Create a REMOTE contextParameters:name - context name. Contexts should have unique names.Returns:the created remote contextThrows:EdmiException - if the method fails.