Uses of Class
gov.nasa.arc.brahms.vm.api.exceptions.EventNotifierException

Packages that use EventNotifierException
gov.nasa.arc.brahms.vm.api.events   
gov.nasa.arc.brahms.vm.api.exceptions   
 

Uses of EventNotifierException in gov.nasa.arc.brahms.vm.api.events
 

Methods in gov.nasa.arc.brahms.vm.api.events that throw EventNotifierException
 java.io.Serializable IEventMessage.getBody()
          Returns the message body.
 boolean IEventMessage.getBooleanProperty(java.lang.String name)
          Return the boolean property value with the given name.
 byte IEventMessage.getByteProperty(java.lang.String name)
          Return the byte property value with the given name.
 double IEventMessage.getDoubleProperty(java.lang.String name)
          Return the double property value with the given name.
 float IEventMessage.getFloatProperty(java.lang.String name)
          Return the float property value with the given name.
 int IEventMessage.getIntProperty(java.lang.String name)
          Return the integer property value with the given name.
 long IEventMessage.getLongProperty(java.lang.String name)
          Return the long property value with the given name.
 java.lang.Object IEventMessage.getObjectProperty(java.lang.String name)
          Return the Java object property value with the given name.
 java.util.Enumeration IEventMessage.getPropertyNames()
          Return an Enumeration of all the property names.
 short IEventMessage.getShortProperty(java.lang.String name)
          Return the short property value with the given name.
 java.lang.String IEventMessage.getStringProperty(java.lang.String name)
          Return the String property value with the given name.
 boolean IEventMessage.propertyExists(java.lang.String name)
          Check if a property value exists.
 

Uses of EventNotifierException in gov.nasa.arc.brahms.vm.api.exceptions
 

Subclasses of EventNotifierException in gov.nasa.arc.brahms.vm.api.exceptions
 class MessageFormatException
          This exception must be thrown when an EventNotifier client attempts to use a data type not supported by an event message or attempts to read data in a message as the wrong type.
 



Copyright © 1997-2012 All Rights Reserved.