ist.palcom.assemblies
Interface IResourceManager

All Known Implementing Classes:
NewResourceManager

public interface IResourceManager


Field Summary
static java.lang.String SERVICE_NAME
           
static java.lang.String URN_SUFFIX
           
 
Method Summary
 void putEvent(ResourceRequestEvent event)
           
 boolean serviceExpRefersToSingle(ServiceExp se)
           
 boolean servicesAreSingle(ServiceExp prov, ServiceExp cust)
          Check if a pair of serviceExp:s refer to single (i.e., not alternative) declarations
 void start()
           
 void stop()
           
 

Field Detail

URN_SUFFIX

static final java.lang.String URN_SUFFIX
See Also:
Constant Field Values

SERVICE_NAME

static final java.lang.String SERVICE_NAME
See Also:
Constant Field Values
Method Detail

start

void start()
           throws java.io.IOException
Throws:
java.io.IOException

stop

void stop()
          throws java.io.IOException
Throws:
java.io.IOException

servicesAreSingle

boolean servicesAreSingle(ServiceExp prov,
                          ServiceExp cust)
Check if a pair of serviceExp:s refer to single (i.e., not alternative) declarations


serviceExpRefersToSingle

boolean serviceExpRefersToSingle(ServiceExp se)

putEvent

void putEvent(ResourceRequestEvent event)