Uses of Class
eu.larkc.core.endpoint.EndpointShutdownException

Packages that use EndpointShutdownException
eu.larkc.core   
eu.larkc.core.endpoint   
eu.larkc.core.endpoint.test   
eu.larkc.core.executor   
eu.larkc.core.management   
 

Uses of EndpointShutdownException in eu.larkc.core
 

Methods in eu.larkc.core that throw EndpointShutdownException
 void ShutdownTest.regularShutdownTest()
          Tests if LarKC will shut down correctly after initialization.
 void ShutdownTest.shutdownDueToErrorTest()
          Tests if the LarKC platform will shut down correctly if it encounters an error during initialization.
static void Larkc.stop()
          Stops the LarKC platform.
static void Larkc.terminateExecutor(java.util.UUID workflowId)
          This method terminates the executor which is responsible for the specific workflow.
 

Uses of EndpointShutdownException in eu.larkc.core.endpoint
 

Methods in eu.larkc.core.endpoint that throw EndpointShutdownException
 void Endpoint.stop()
          Stops the endpoint.
 

Uses of EndpointShutdownException in eu.larkc.core.endpoint.test
 

Methods in eu.larkc.core.endpoint.test that throw EndpointShutdownException
 void TestEndpointMain.stop()
           
 

Uses of EndpointShutdownException in eu.larkc.core.executor
 

Methods in eu.larkc.core.executor that throw EndpointShutdownException
 void Executor.stopEndpoints()
          Removes all endpoints of this executor.
 void Executor.terminate()
          Removes the executor and the endpoints from the mapping and stops all endpoints.
 

Uses of EndpointShutdownException in eu.larkc.core.management
 

Methods in eu.larkc.core.management that throw EndpointShutdownException
 void WorkflowResource.deleteWorkflow()
          This method deletes a workflow via the management interface.
 void WorkflowResourceImpl.deleteWorkflow()