Uses of Class
com.ibm.premises.reusable.exceptions.ReusableComponentException

Packages that use ReusableComponentException
com.ibm.premises.reusable   
com.ibm.premises.reusable.aggregation   
com.ibm.premises.reusable.assetmgmt   
com.ibm.premises.reusable.bae   
com.ibm.premises.reusable.commissioning   
com.ibm.premises.reusable.decommissioning   
com.ibm.premises.reusable.disaggregation   
com.ibm.premises.reusable.epc   
com.ibm.premises.reusable.exceptions   
com.ibm.premises.reusable.inference   
com.ibm.premises.reusable.info   
com.ibm.premises.reusable.locating   
com.ibm.premises.reusable.observation   
com.ibm.premises.reusable.printing   
com.ibm.premises.reusable.reporting   
com.ibm.premises.reusable.validation   
com.ibm.premises.reusable.wbe   
 

Uses of ReusableComponentException in com.ibm.premises.reusable
 

Methods in com.ibm.premises.reusable that throw ReusableComponentException
protected  AggregationBackendInterface AbstractRUCAgent.getTargetAggregationBackend()
           
protected  AggregationInferenceBackendInterface AbstractRUCAgent.getTargetAggregationInferenceBackend()
           
protected  AssetMgmtBackendInterface AbstractRUCAgent.getTargetAssetMgmtBackend()
           
protected  AssetTypeMgmtBackendInterface AbstractRUCAgent.getTargetAssetTypeMgmtBackend()
           
protected  EJBObject AbstractRUCAgent.getTargetBackendBean()
          The real work-horse in getting backend beans, including custom beans by JNDI name and reflection
protected  CommissioningBackendInterface AbstractRUCAgent.getTargetCommissioningBackend()
           
protected  EPCDetailedQueryBackendInterface AbstractRUCAgent.getTargetEPCDetailedQueryBackend()
           
protected  EPCMgmtBackendInterface AbstractRUCAgent.getTargetEPCMgmtBackend()
           
protected  EPCPrintBackendInterface AbstractRUCAgent.getTargetEPCPrintBackend()
           
protected  MasterDataBackendInterface AbstractRUCAgent.getTargetMasterDataBackend()
           
protected  ObservationBackendInterface AbstractRUCAgent.getTargetObservationBackend()
           
protected  PedigreeBackendInterface AbstractRUCAgent.getTargetPedigreeBackend()
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.aggregation
 

Methods in com.ibm.premises.reusable.aggregation that throw ReusableComponentException
 void Aggregation.addToAggregation(java.lang.String profileId, java.lang.String event_xml)
           
 void AggregationService.addToAggregation(java.lang.String profileId, java.lang.String event_xml)
           
 void Aggregation.addToAggregationEvent(java.lang.String profileId, ISensorEvent event)
           
 void Aggregation.addToAggregationMap(java.lang.String profileId, java.util.Map event_payload_map)
           
 void Aggregation.addToAggregationMap(java.lang.String profileId, java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 void Aggregation.aggregate(java.lang.String event_xml)
           
 void AggregationService.aggregate(java.lang.String event_xml)
           
 void Aggregation.aggregateEvent(ISensorEvent event)
           
 void Aggregation.aggregateMap(java.util.Map event_payload_map)
           
 void Aggregation.aggregateMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 void Aggregation.start(java.lang.String profileId, java.lang.String parentTag, java.lang.String parentTagType, java.lang.String parentTagFilter)
           
 void AggregationService.start(java.lang.String profileId, java.lang.String parentTag, java.lang.String parentTagType, java.lang.String parentTagFilter)
           
 void Aggregation.stop(java.lang.String profileId)
           
 void AggregationService.stop(java.lang.String profileId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.assetmgmt
 

Methods in com.ibm.premises.reusable.assetmgmt that throw ReusableComponentException
 int AssetMgmt.addAsset(Asset asset, java.lang.Integer userId)
           
 int AssetMgmt.addAssetType(AssetType assetType, java.lang.Integer userId)
           
 boolean AssetMgmt.assetWithPrimaryKeyExists(Asset asset)
           
 boolean AssetMgmt.assignTag(int assetId, java.lang.String tagId)
           
 boolean AssetMgmtService.assignTag(int assetId, java.lang.String tagId)
           
 boolean AssetMgmt.deleteAsset(int assetId, java.sql.Timestamp updateTime)
           
 boolean AssetMgmt.deleteAssetType(java.lang.String assetTypeName, java.sql.Timestamp updateTime)
           
 boolean AssetMgmt.editAsset(Asset asset, java.lang.Integer userId)
           
 boolean AssetMgmt.editAssets(java.util.List<Asset> assets, java.lang.Integer userId)
           
 boolean AssetMgmt.editAssetType(AssetType assetType, java.lang.Integer userId)
           
 java.util.List<com.ibm.premises.reusable.assets.Asset> AssetMgmt.findAssets(java.lang.String assetTypeName, boolean allAssetTypeDescendants, java.util.List<java.lang.String> tagId, java.util.Map<java.lang.String,java.lang.Object> assetProperties, java.lang.Integer parentAssetId, boolean allParentAssetDescendants)
           
 java.util.List<java.lang.Integer> AssetMgmt.findAssetsByAssetTypeName(java.lang.String assetTypeName, boolean allAssetTypeDescendants)
           
 java.util.List<java.lang.Integer> AssetMgmtService.findAssetsByAssetTypeName(java.lang.String assetTypeName, boolean allAssetTypeDescendants)
           
 java.util.List<java.lang.Integer> AssetMgmt.findAssetsByParentId(java.lang.Integer parentAssetId)
           
 java.util.List<java.lang.Integer> AssetMgmtService.findAssetsByParentId(java.lang.Integer parentAssetId)
           
 java.util.List<java.lang.Integer> AssetMgmt.findAssetsByProperties(java.util.Map<java.lang.String,java.lang.Object> assetProperties)
           
 java.util.List<java.lang.Integer> AssetMgmtService.findAssetsByProperties(java.util.Map<java.lang.String,java.lang.Object> assetProperties)
           
 java.util.List<java.lang.Integer> AssetMgmt.findAssetsByTagId(java.util.List<java.lang.String> tagId)
           
 java.util.List<java.lang.Integer> AssetMgmtService.findAssetsByTagId(java.util.List<java.lang.String> tagId)
           
 java.util.List<java.lang.String> AssetMgmt.getAllAssetTypeNames()
           
 java.util.List<java.lang.String> AssetMgmtService.getAllAssetTypeNames()
           
 java.util.List<AssetType> AssetMgmt.getAllAssetTypes()
           
 java.util.Map<java.lang.Integer,java.lang.String> AssetMgmt.getAllDataTypes()
           
 java.util.Map<java.lang.Integer,java.lang.String> AssetMgmtService.getAllDataTypes()
           
 com.ibm.premises.reusable.assets.Asset AssetMgmt.getAssetById(int assetId)
           
 AssetType AssetMgmt.getAssetType(int assetTypeId)
           
 AssetType AssetMgmt.getAssetType(java.lang.String assetTypeName)
           
 int AssetMgmt.getAssetTypeId(java.lang.String assetTypeName)
           
 int AssetMgmtService.getAssetTypeId(java.lang.String assetTypeName)
           
 java.lang.String AssetMgmt.getAssetTypeName(int assetTypeId)
           
 java.lang.String AssetMgmtService.getAssetTypeName(int assetTypeId)
           
 java.util.List<java.lang.String> AssetMgmt.getPrimaryKeyName(java.lang.String assetTypeName)
           
 java.util.List<java.lang.String> AssetMgmtService.getPrimaryKeyName(java.lang.String assetTypeName)
           
 boolean AssetMgmt.unassignTag(int assetId, java.lang.String tagId)
           
 boolean AssetMgmtService.unassignTag(int assetId, java.lang.String tagId)
           
 boolean AssetMgmt.updateAssetProperty(int assetId, java.lang.String propName, java.lang.Object propValue)
           
 boolean AssetMgmtService.updateAssetProperty(int assetId, java.lang.String propName, java.lang.Object propValue)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.bae
 

Methods in com.ibm.premises.reusable.bae that throw ReusableComponentException
 java.lang.String BAE.generateBAE(java.lang.String event_xml)
           
 java.lang.String BAEService.generateBAE(java.lang.String event_xml)
           
 java.lang.String BAE.generateBAEEvent(ISensorEvent event)
           
 java.lang.String BAE.generateBAEMap(java.util.Map event_payload_map)
           
 java.lang.String BAE.generateBAEMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 void BAE.publishBAEOutbound(java.lang.String event_xml)
           
 void BAEService.publishBAEOutbound(java.lang.String event_xml)
           
 void BAE.publishBAEOutboundEvent(ISensorEvent event)
           
 void BAE.publishBAEOutboundMap(java.util.Map event_payload_map)
           
 void BAE.publishBAEOutboundMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.commissioning
 

Methods in com.ibm.premises.reusable.commissioning that throw ReusableComponentException
 void Commissioning.commission(java.lang.String event_xml)
           
 void CommissioningService.commission(java.lang.String event_xml)
           
 void Commissioning.commissionEvent(ISensorEvent event)
           
 void Commissioning.commissionMap(java.util.Map event_payload_map)
           
 void Commissioning.commissionMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.decommissioning
 

Methods in com.ibm.premises.reusable.decommissioning that throw ReusableComponentException
 void Decommissioning.decommission(java.lang.String event_xml)
           
 void DecommissioningService.decommission(java.lang.String event_xml)
           
 void Decommissioning.decommissionEvent(ISensorEvent event)
           
 void Decommissioning.decommissionMap(java.util.Map event_payload_map)
           
 void Decommissioning.decommissionMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.disaggregation
 

Methods in com.ibm.premises.reusable.disaggregation that throw ReusableComponentException
 void Disaggregation.addToDisaggregation(java.lang.String profileId, java.lang.String event_xml)
           
 void DisaggregationService.addToDisaggregation(java.lang.String profileId, java.lang.String event_xml)
           
 void Disaggregation.addToDisaggregationEvent(java.lang.String profileId, ISensorEvent event)
           
 void Disaggregation.addToDisaggregationMap(java.lang.String profileId, java.util.Map event_payload_map)
           
 void Disaggregation.addToDisaggregationMap(java.lang.String profileId, java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 void Disaggregation.disaggregate(java.lang.String event_xml)
           
 void DisaggregationService.disaggregate(java.lang.String event_xml)
           
 void Disaggregation.disaggregateEvent(ISensorEvent event)
           
 void Disaggregation.disaggregateMap(java.util.Map event_payload_map)
           
 void Disaggregation.disaggregateMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 void Disaggregation.start(java.lang.String profileId, java.lang.String parentTag, java.lang.String parentTagType, java.lang.String parentTagFilter)
           
 void DisaggregationService.start(java.lang.String profileId, java.lang.String parentTag, java.lang.String parentTagType, java.lang.String parentTagFilter)
           
 void Disaggregation.stop(java.lang.String profileId)
           
 void DisaggregationService.stop(java.lang.String profileId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.epc
 

Methods in com.ibm.premises.reusable.epc that throw ReusableComponentException
 java.util.Map EPC.epcdecode(java.lang.String hexEPC)
           
 java.util.Map EPCService.epcdecode(java.lang.String hexEPC)
           
 java.lang.String[] EPC.epcgen(java.lang.String event_xml)
           
 java.lang.String[] EPCService.epcgen(java.lang.String event_xml)
           
 java.lang.String[] EPC.epcgenEvent(ISensorEvent event)
           
 java.lang.String[] EPC.epcgenMap(java.util.Map event_payload_map)
           
 java.lang.String[] EPC.epcgenMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.exceptions
 

Subclasses of ReusableComponentException in com.ibm.premises.reusable.exceptions
 class AggregationRUCException
          Aggregation RUC exception
 class AssetParentCycleException
          Thrown when a user tries to modify an Asset that will cause a cycle in the Asset hierarchy.
 class AssetRUCException
           
 class AssetTypeParentCycleException
          Thrown when a user tries to modify an Asset Type that will cause a cycle in the Asset Type hierarchy.
 class BAERUCException
          BAE RUC exception
 class CommissioningRUCException
          Commissioning RUC exception
 class ConcurrentException
          Thrown when a user tried to edit an Asset or Asset Type and the given last update timestamp for the Asset or Asset Type is not the correct last update timsetamp.
 class CrossLocationAggregationNotEnabledException
          Should be thrown by ReusableComponent Aggregation Agent when these two conditions are both met: An event is added to the Aggregation with a different location from the existing Aggregation, AND The Agent setting AggregationRUCConstants.AGG_RUC_AGG_CROSSLOC_KEY is not set to "true"
 class CrossLocationDisaggregationNotEnabledException
          Should be thrown by ReusableComponent Disaggregation Agent when these two conditions are both met: An event is added to the Aggregation with a different location from the existing Disaggregation, AND The Agent setting DisaggregationRUCConstants.DISAGG_RUC_DISAGG_CROSSLOC_KEY is not set to "true"
 class DecommissioningRUCException
          Decommissioning RUC exception
 class DisaggregationRUCException
          Disaggregation RUC exception
 class DuplicateException
          Thrown when an Asset or an Asset Type is added with a unique id that already exists.
 class DuplicateTagAssignmentException
           
 class EPCRUCException
          EPC RUC exception
 class IllegalAssetTypeDeletionException
          Thrown when a user tries to delete an Asset Type and there are subtypes of the Asset Type or there are Assets of the Asset Type.
 class IllegalAssetTypeParentModification
          Thrown when a user modifies the parent of an Asset Type and Assets of that Asset Type exist or Assets of subtypes of that Asset Type exist.
 class IllegalInstanceAttributeModificationException
          Thrown when a user tries to modify or delete an instance attribute of an Asset Type when Assets of that Asset Type exist.
 class IllegalKeyAttributeModificationException
          Thrown when a key attribute is added, modified, or deleted in an Asset Type when Assets of that Asset Type exist.
 class IllegalNewMandatoryInstanceAttributeException
          Thrown when a new mandatory attribute is created for an Asset Type when Assets of that Asset Type exist and no default value is given for the new attribute.
 class InferenceRUCException
          Inference RUC exception
 class InfoRUCException
          Info RUC exception
 class InvalidAssetPropertyValueException
          Thrown when a user updates the property of an Asset with a value that does not match the data type for the property.
 class InvalidTargetBackendException
           
 class LocatingRUCException
          Locating RUC exception
 class ObservationRUCException
          Observation RUC exception
 class PrintingRUCException
          Printing RUC exception
 class ReportingRUCException
          Reporting RUC exception
 class ValidationRUCException
          Validation RUC exception
 class WBERUCException
          WBE RUC exception
 

Uses of ReusableComponentException in com.ibm.premises.reusable.inference
 

Methods in com.ibm.premises.reusable.inference that throw ReusableComponentException
 java.util.Map[] Inference.getChildren(boolean markInferredTags, boolean keepInferenceTag, boolean keepParentOfSiblings, boolean deepInference, java.lang.String[] EPCs)
           
 java.util.Map[] InferenceService.getChildren(boolean markInferredTags, boolean keepInferenceTag, boolean keepParentOfSiblings, boolean deepInference, java.lang.String[] EPCs)
           
 java.util.Map[] Inference.getParent(boolean markInferredTags, boolean keepInferenceTag, boolean keepParentOfSiblings, boolean deepInference, java.lang.String[] EPCs)
           
 java.util.Map[] InferenceService.getParent(boolean markInferredTags, boolean keepInferenceTag, boolean keepParentOfSiblings, boolean deepInference, java.lang.String[] EPCs)
           
 java.util.Map[] Inference.getSiblings(boolean markInferredTags, boolean keepInferenceTag, boolean keepParentOfSiblings, boolean deepInference, java.lang.String[] EPCs)
           
 java.util.Map[] InferenceService.getSiblings(boolean markInferredTags, boolean keepInferenceTag, boolean keepParentOfSiblings, boolean deepInference, java.lang.String[] EPCs)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.info
 

Methods in com.ibm.premises.reusable.info that throw ReusableComponentException
 java.util.Map<java.lang.String,java.lang.Object>[] Info.getInfo(java.lang.String event_xml)
           
 java.util.Map<java.lang.String,java.lang.Object>[] InfoService.getInfo(java.lang.String event_xml)
           
 java.util.Map<java.lang.String,java.lang.Object>[] Info.getInfoEvent(ISensorEvent event)
           
 java.util.Map<java.lang.String,java.lang.Object>[] Info.getInfoMap(java.util.Map event_payload_map)
           
 java.util.Map<java.lang.String,java.lang.Object>[] Info.getInfoMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.locating
 

Methods in com.ibm.premises.reusable.locating that throw ReusableComponentException
 java.util.Map Locating.locate(java.lang.String EPC)
           
 java.util.Map LocatingService.locate(java.lang.String EPC)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.observation
 

Methods in com.ibm.premises.reusable.observation that throw ReusableComponentException
 void Observation.observe(java.lang.String event_xml)
           
 void ObservationService.observe(java.lang.String event_xml)
           
 void Observation.observeEvent(ISensorEvent event)
           
 void Observation.observeMap(java.util.Map event_payload_map)
           
 void Observation.observeMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.printing
 

Methods in com.ibm.premises.reusable.printing that throw ReusableComponentException
 java.lang.String Printing.print(java.lang.String event_xml)
           
 java.lang.String PrintingService.print(java.lang.String event_xml)
           
 java.lang.String Printing.printEvent(ISensorEvent event)
           
 java.lang.String Printing.printMap(java.util.Map event_payload_map)
           
 java.lang.String Printing.printMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.reporting
 

Methods in com.ibm.premises.reusable.reporting that throw ReusableComponentException
 java.util.Map[] Reporting.getLocationTagHistory(java.lang.String location)
           
 java.util.Map[] Reporting.getLocationTagHistory(java.lang.String location, java.lang.String startTime, java.lang.String endTime)
           
 java.util.Map[] ReportingService.getLocationTagHistory(java.lang.String location, java.lang.String startTime, java.lang.String endTime)
           
 java.util.Map[] Reporting.getTagLocationHistory(java.lang.String tag)
           
 java.util.Map[] Reporting.getTagLocationHistory(java.lang.String tag, java.lang.String startTime, java.lang.String endTime)
           
 java.util.Map[] ReportingService.getTagLocationHistory(java.lang.String tag, java.lang.String startTime, java.lang.String endTime)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.validation
 

Methods in com.ibm.premises.reusable.validation that throw ReusableComponentException
 boolean Validation.validate(java.lang.String event_xml)
           
 boolean ValidationService.validate(java.lang.String event_xml)
           
 boolean Validation.validateEvent(ISensorEvent event)
           
 boolean Validation.validateMap(java.util.Map event_payload_map)
           
 boolean Validation.validateMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 

Uses of ReusableComponentException in com.ibm.premises.reusable.wbe
 

Methods in com.ibm.premises.reusable.wbe that throw ReusableComponentException
 java.lang.String WBE.generateWBEXML(java.lang.String event_xml)
           
 java.lang.String WBEService.generateWBEXML(java.lang.String event_xml)
           
 java.lang.String WBE.generateWBEXMLEvent(ISensorEvent event)
           
 java.lang.String WBE.generateWBEXMLMap(java.util.Map event_payload_map)
           
 java.lang.String WBE.generateWBEXMLMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
           
 void WBE.publishToWBE(java.lang.String event_xml)
          Generate a WBE XML packet from the ISensorEvent XML and publish it to WBE using a local or remote direct queue
 void WBEService.publishToWBE(java.lang.String event_xml)
          Generate a WBE XML packet from the ISensorEvent XML and publish it to WBE using a local or remote direct queue
 void WBE.publishToWBEEvent(ISensorEvent event)
          Generate a WBE XML packet from the ISensorEvent and publish it to WBE using a local or remote direct queue
 void WBE.publishToWBEMap(java.util.Map event_payload_map)
          Generate a WBE XML packet from the ISensorEvent (whose payload is created from the Map param) and publish it to WBE using a local or remote direct queue
 void WBE.publishToWBEMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
          Generate a WBE XML packet from the ISensorEvent (whose payload is created from the Map param) and publish it to WBE using a local or remote direct queue
 void WBE.publishToWBEOutbound(java.lang.String event_xml)
          Generate a WBE XML packet from the ISensorEvent XML and publish it to WBE using the Output Channel Framework.
 void WBEService.publishToWBEOutbound(java.lang.String event_xml)
          Generate a WBE XML packet from the ISensorEvent XML and publish it to WBE using the Output Channel Framework.
 void WBE.publishToWBEOutboundEvent(ISensorEvent event)
          Generate a WBE XML packet from the ISensorEvent and publish it to WBE using the Output Channel Framework.
 void WBE.publishToWBEOutboundMap(java.util.Map event_payload_map)
          Generate a WBE XML packet from the ISensorEvent (whose payload is created from the Map param) and publish it to WBE using the Output Channel Framework.
 void WBE.publishToWBEOutboundMap(java.util.Map event_payload_map, java.lang.String eventType, java.lang.String sourceId)
          Generate a WBE XML packet from the ISensorEvent (whose payload is created from the Map param) and publish it to WBE using the Output Channel Framework.
 



Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.