com.bigbross.bossa.resource
Class ResourceManager

java.lang.Object
  extended bycom.bigbross.bossa.resource.ResourceRegistry
      extended bycom.bigbross.bossa.resource.ResourceManager
All Implemented Interfaces:
Serializable

public class ResourceManager
extends ResourceRegistry

This class manages the creation and removal of resources. Resources are groups of resources, indexed by a string id. Single users are empty resources, their presence indicates the id is in use.

Author:
BigBross Team
See Also:
Serialized Form

Constructor Summary
ResourceManager()
          Creates a new empty resource manager.
ResourceManager(Bossa engine)
          Creates a new empty resource manager.
 
Methods inherited from class com.bigbross.bossa.resource.ResourceRegistry
compile, createResource, createResourceImpl, getId, getResource, getResources, getSuperContext, registerSubContext, removeResource, removeResourceImpl, removeSubContext, setSuperContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManager

public ResourceManager(Bossa engine)
Creates a new empty resource manager.

Parameters:
engine - the bossa engine this resorce manager is part.

ResourceManager

public ResourceManager()
Creates a new empty resource manager.



Copyright © 2003,2004 OpenBR Sistemas S/C Ltda.