ist.palcom.contingency.manager.events.query
Class SameDeviceQuery

java.lang.Object
  extended by ist.palcom.collections.Link
      extended by ist.palcom.palcomthreads.Event
          extended by ist.palcom.contingency.manager.events.query.Query
              extended by ist.palcom.contingency.manager.events.query.ResourceQuery
                  extended by ist.palcom.contingency.manager.events.query.SameResourceQuery
                      extended by ist.palcom.contingency.manager.events.query.SameDeviceQuery
All Implemented Interfaces:
java.lang.Cloneable

public class SameDeviceQuery
extends SameResourceQuery
implements java.lang.Cloneable


Field Summary
 
Fields inherited from class ist.palcom.contingency.manager.events.query.SameResourceQuery
decl
 
Fields inherited from class ist.palcom.contingency.manager.events.query.ResourceQuery
shouldBeKept
 
Fields inherited from class ist.palcom.contingency.manager.events.query.Query
answer, requester
 
Constructor Summary
SameDeviceQuery(PalcomThread requester, DeviceDecl device, ServiceDeclList hostedServices, boolean isMonitorRequest, boolean shouldBeKept)
           
 
Method Summary
 DeviceDecl getDecl()
           
 ServiceDeclList getHostedServices()
           
 
Methods inherited from class ist.palcom.contingency.manager.events.query.ResourceQuery
getAnswer, getRequester, getURN, isMonitorRequest, isShouldBeKept, setAnswer, setMonitorRequest, setShouldBeKept
 
Methods inherited from class ist.palcom.contingency.manager.events.query.Query
isAnswer, setAnswer
 
Methods inherited from class ist.palcom.collections.Link
getNext, getPrev
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SameDeviceQuery

public SameDeviceQuery(PalcomThread requester,
                       DeviceDecl device,
                       ServiceDeclList hostedServices,
                       boolean isMonitorRequest,
                       boolean shouldBeKept)
Method Detail

getHostedServices

public ServiceDeclList getHostedServices()

getDecl

public DeviceDecl getDecl()
Overrides:
getDecl in class SameResourceQuery