Class Resource

java.lang.Object
  extended byResource

public class Resource
extends Object

The class allow the users to print message on resource once their NIC has a token

Version:
version 1.1
Author:
Adeel Hashmi

Constructor Summary
Resource(Channel out)
          Constructor that assign output channel to resource
 
Method Summary
 void run()
          Defines action of processes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource(Channel out)
Constructor that assign output channel to resource

Method Detail

run

public void run()
Defines action of processes

See Also:
CSProcess