Package 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 Description EDMRemote()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EDMRemoteContext
createRemoteContext(java.lang.String name)
Create a REMOTE context-
Methods inherited from class edm.edom3.EDMInterface
createLocalContext, getEDMTrace, getLibrary, initDotNet, initMultiThread, initSingleUser, isDotNet, loadLibraries, removeLibrary, setLibrary, setRuntimeLicense
-
-
-
-
Method Detail
-
createRemoteContext
public static EDMRemoteContext createRemoteContext(java.lang.String name) throws EdmiException
Create a REMOTE context- Parameters:
name
- context name. Contexts should have unique names.- Returns:
- the created remote context
- Throws:
EdmiException
- if the method fails.
-
-