|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.server.Report
public class Report
This class represents a report. It filters and groups tags, add them to the report and build ec reports.
| Constructor Summary | |
|---|---|
Report(org.fosstrak.ale.xsd.ale.epcglobal.ECReportSpec reportSpec,
EventCycle currentEventCycle)
Constructor set parameters, read specifiaction and initializes patterns. |
|
| Method Summary | |
|---|---|
void |
addTag(Tag tag)
This method adds a tag to the report. |
void |
addTag(org.fosstrak.reader.rprm.core.msg.notification.TagType tag)
this method is for compatibility reasons such that eg ReportTest is not broken. |
org.fosstrak.ale.xsd.ale.epcglobal.ECReport |
getECReport()
This method returns the new ec report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Report(org.fosstrak.ale.xsd.ale.epcglobal.ECReportSpec reportSpec,
EventCycle currentEventCycle)
throws org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationExceptionResponse
reportSpec - defines how the report should be generatedcurrentEventCycle - this report belongs to
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationException - if an implementation exception occurs
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationExceptionResponse| Method Detail |
|---|
public void addTag(Tag tag)
throws org.fosstrak.ale.wsdl.ale.epcglobal.ECSpecValidationExceptionResponse,
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationExceptionResponse
tag - to add
org.fosstrak.ale.wsdl.ale.epcglobal.ECSpecValidationException - if the tag is invalid
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationException - if an implementation exception occurs
org.fosstrak.ale.wsdl.ale.epcglobal.ECSpecValidationExceptionResponse
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationExceptionResponse
public void addTag(org.fosstrak.reader.rprm.core.msg.notification.TagType tag)
throws org.fosstrak.ale.wsdl.ale.epcglobal.ECSpecValidationExceptionResponse,
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationExceptionResponse
tag - to add
org.fosstrak.ale.wsdl.ale.epcglobal.ECSpecValidationException - if the tag is invalid
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationException - if an implementation exception occurs
org.fosstrak.ale.wsdl.ale.epcglobal.ECSpecValidationExceptionResponse
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationExceptionResponse
public org.fosstrak.ale.xsd.ale.epcglobal.ECReport getECReport()
throws org.fosstrak.ale.wsdl.ale.epcglobal.ECSpecValidationExceptionResponse,
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationExceptionResponse
org.fosstrak.ale.wsdl.ale.epcglobal.ECSpecValidationException - if a tag is invalid
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationException - if an implementation exception occurs
org.fosstrak.ale.wsdl.ale.epcglobal.ECSpecValidationExceptionResponse
org.fosstrak.ale.wsdl.ale.epcglobal.ImplementationExceptionResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||