com.prozima.pengine
Class CreateResourceCommand

java.lang.Object
  extended by com.prozima.pengine.CreateResourceCommand
All Implemented Interfaces:
Command

public class CreateResourceCommand
extends java.lang.Object
implements Command

Create a new resource.


Constructor Summary
CreateResourceCommand(Resource inResource)
          Create the command and initialise it with the state of the resource which is to be created.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateResourceCommand

public CreateResourceCommand(Resource inResource)
Create the command and initialise it with the state of the resource which is to be created.

Parameters:
inResource - Resource describing the new resource. null should not be passed as the value.