EDMRemote


edm.edom3

Class EDMRemote



  • public final class EDMRemote
    extends EDMInterface

    Supplies interface functions for the REMOTE interface
    • Constructor Detail

      • EDMRemote

        public EDMRemote()
    • 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 contextThrows:EdmiException - if the method fails.