com.creamtec.ajaxswing.core
Interface JVMProcessRemote

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
JVMProcess, JVMProcess_Stub

public interface JVMProcessRemote
extends java.rmi.Remote


Method Summary
 ClientAgentRemote createClientAgent(java.lang.String agentName)
           
 void shutdown()
           
 void shutdownClientAgent(ClientAgentRemote clientAgent)
           
 

Method Detail

createClientAgent

ClientAgentRemote createClientAgent(java.lang.String agentName)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

shutdownClientAgent

void shutdownClientAgent(ClientAgentRemote clientAgent)
                         throws java.lang.Exception
Throws:
java.lang.Exception

shutdown

void shutdown()
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.