Uses of Interface
org.pentaho.di.www.CarteServletInterface

Packages that use CarteServletInterface
org.pentaho.di.www   
 

Uses of CarteServletInterface in org.pentaho.di.www
 

Classes in org.pentaho.di.www that implement CarteServletInterface
 class AddExportServlet
          This servlet allows you to transport an exported job or transformation over to the carte server as a zip file.
 class AddJobServlet
           
 class AddTransServlet
           
 class AllocateServerSocketServlet
          This servlet allows a client (TransSplitter in our case) to ask for a port number.
This port number will be allocated in such a way that the port number is unique for a given hostname.
This in turn will ensure that all the slaves will use valid port numbers, even if multiple slaves run on the same host.
 class CleanupTransServlet
           
 class ExecuteTransServlet
           
 class GetJobStatusServlet
           
 class GetRootServlet
           
 class GetSlavesServlet
           
 class GetStatusServlet
           
 class GetTransStatusServlet
           
 class ListServerSocketServlet
          This servlet allows a client (TransSplitter in our case) to ask for a port number.
This port number will be allocated in such a way that the port number is unique for a given hostname.
This in turn will ensure that all the slaves will use valid port numbers, even if multiple slaves run on the same host.
 class NextSequenceValueServlet
          This servlet allows a client (TransSplitter in our case) to ask for a port number.
This port number will be allocated in such a way that the port number is unique for a given hostname.
This in turn will ensure that all the slaves will use valid port numbers, even if multiple slaves run on the same host.
 class PauseTransServlet
           
 class PrepareExecutionTransServlet
           
 class RegisterSlaveServlet
           
 class RemoveJobServlet
           
 class RemoveTransServlet
           
 class SniffStepServlet
           
 class StartExecutionTransServlet
           
 class StartJobServlet
           
 class StartTransServlet
           
 class StopJobServlet
           
 class StopTransServlet