Uses of Class
com.oakgrovesystems.reactor.requests.ReactorRequest

Packages that use ReactorRequest
com.oakgrovesystems.reactor.client   
com.oakgrovesystems.reactor.requests   
 

Uses of ReactorRequest in com.oakgrovesystems.reactor.client
 

Methods in com.oakgrovesystems.reactor.client with parameters of type ReactorRequest
 com.oakgrovesystems.reactor.ReactorResponse AbstractReactorProxy.handleRequest(com.oakgrovesystems.reactor.requests.ReactorRequest request)
          Sends request to the server.
protected abstract  com.oakgrovesystems.reactor.ReactorResponse AbstractReactorProxy.sendRequest(com.oakgrovesystems.reactor.requests.ReactorRequest request)
          Sends request to the server.
protected  com.oakgrovesystems.reactor.ReactorResponse EJBReactorProxy.sendRequest(com.oakgrovesystems.reactor.requests.ReactorRequest request)
          Sends the request to Reactor server using RMI.
 com.oakgrovesystems.reactor.ReactorResponse ReactorProxy.handleRequest(com.oakgrovesystems.reactor.requests.ReactorRequest request)
          Sends request to the server.
protected  void TestReactorProxy.log(com.oakgrovesystems.reactor.requests.ReactorRequest request)
           
protected  com.oakgrovesystems.reactor.ReactorResponse TestReactorProxy.sendRequest(com.oakgrovesystems.reactor.requests.ReactorRequest request)
           
 com.oakgrovesystems.reactor.ReactorResponse XMLReactorProxy.sendRequest(com.oakgrovesystems.reactor.requests.ReactorRequest request)
          Sends the request to Reactor server using XML and HTTP.
 

Uses of ReactorRequest in com.oakgrovesystems.reactor.requests
 

Subclasses of ReactorRequest in com.oakgrovesystems.reactor.requests
 class AddStatus
          A request to add a current status to a Process.
 class CloneInstance
          A request to create an instance of a Process definition.
 class Create
          A request to create new Process Mediation Objects.
 class Delete
          A request to permanently remove a Process Mediation Object.
 class Get
          A request to retrieve a Process Mediation Object
 class GetOperandIdsByLabelAndValue
          A fine-grained request to retrieve zero or more Operand ID strings by both label name and value.
 class GetProcessIdsForOperandsByLabelAndValue
          A fine-grained request to retrieve zero or more Operand ID strings by both label name and value.
 class Lock
          This request attempts to atomically test and set an ACE in the specified object, and optionally perform some related actions at the same time.
 class LockingBase
          This base class handles parameters for the Lock and Unlock classes.
 class Login
          A request for a Reactor authentication token to be used for future requests.
 class Logout
          A request to expire an authentication token, effectively logging out that user from the Reactor system.
 class QueryAllObjects
          A request for the set of all Process Mediation Objects in the Reactor system.
 class QueryGeneral
          A request for collection of Process Mediation Objects in the subtree matching a certain criteria.
 class QueryProcesses
          A request for a Set of Process objects matching certain criteria.
 class QueryProcessTree
          A request for the Set of Process Mediation Objects in the subtree with the specified root Process.
 class QueryRequest
           
 class RemoveStatus
          A request to remove a current status from a Process.
 class SetACL
          A request to replace an ACL on a Process Mediation Object.
 class SetObjects
          A request to create or update new Process Mediation Objects.
 class Start
          A request to start a Process instance.
 class Stop
          A request to stop a Process instance.
 class Unlock
          This request reverses the action of a previous Lock request.
 



Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.