com.oakgrovesystems.reactor.processMediation
Interface ProcessAssociatedObject

All Superinterfaces:
ProcessMediationObject
All Known Implementing Classes:
Operand, Policy, Status

public interface ProcessAssociatedObject
extends ProcessMediationObject

Implemented by ProcessMediationObjects that are associated with a particular Process object and contain a reference to that Process.


Method Summary
 com.oakgrovesystems.reactor.ReactorObjectId getProcess()
          Gets the ReactorObjectId of the Process object with which this ProcessAssociatedObject is associated.
 void setProcess(com.oakgrovesystems.reactor.ReactorObjectId procId)
          Associates this ProcessAssociatedObject with the Process object referred to by the ReactorObjectId procId.
 
Methods inherited from interface com.oakgrovesystems.reactor.processMediation.ProcessMediationObject
copy, getACL, getDescription, getId, getLabel, setACL, setDescription, setId, setLabel
 

Method Detail

setProcess

public void setProcess(com.oakgrovesystems.reactor.ReactorObjectId procId)
Associates this ProcessAssociatedObject with the Process object referred to by the ReactorObjectId procId.

Parameters:
procId - The id of the Process with which this ProcessAssociatedObject should be associated.

getProcess

public com.oakgrovesystems.reactor.ReactorObjectId getProcess()
Gets the ReactorObjectId of the Process object with which this ProcessAssociatedObject is associated.

Returns:
The ReactorObjectId of the Process object with which this ProcessAssociatedObject is associated.


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