|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RaccoonException | |
---|---|
raccoon.api.bean.descriptor | Describes the services offered to the analysis of Data Transport Objects (DTO). |
raccoon.api.config | The configuration service is a resource manager (for messages and things like that). |
raccoon.api.eai.badhnati | Provides services to link representations of data beans between various worlds. |
raccoon.api.eai.endpoint | Contains all the different interfaces related to exchanging messages with Raccoon. |
raccoon.api.eai.message | Contains all the different interfaces related to messages handled by Raccoon. |
raccoon.api.eai.uitest | Contains the non regression testing components that the Raccoon Framework offers. |
raccoon.api.exception | Contains the default Raccoon exceptions that the various services may throw on an error. |
raccoon.api.types | Contains the interfaces describing the various behaviours a component may have. |
raccoon.core.badhnati.castor | Simplifies the access to the Castor XML component by providing a simple wrapper for dynamic mapping. |
raccoon.core.badhnati.xml | |
raccoon.core.bean.descriptor | Describes the services offered to the analysis of Data Transport Objects (DTO). |
raccoon.core.config | |
raccoon.core.file.endpoint.poller.handlers | |
raccoon.core.manager | |
raccoon.core.manager.thin | |
raccoon.core.types | |
raccoon.core.uitest | |
raccoon.core.uitest.data | |
raccoon.core.uitest.file | |
raccoon.core.uitest.report | |
raccoon.core.utils | |
raccoon.tibco.tibrv.admin | Contains the all the administrative services exposed by the Raccoon Framework. |
raccoon.tibco.tibrv.api | |
raccoon.tibco.tibrv.badhnati.ae | Implementation of the BadhnAti contract for TIB/Rendezvous. |
raccoon.tibco.tibrv.badhnati.descriptors | Contains various utility classes to describe a message that is defined in the TIB/Repository. |
raccoon.tibco.tibrv.badhnati.xml | |
raccoon.tibco.tibrv.endpoint | |
raccoon.tibco.tibrv.hoststatus.db | |
raccoon.tibco.tibrv.message | |
raccoon.tibco.tibrv.uitest | The implementation of the UITest framework for TIB/Rendezvous. |
raccoon.tibco.tibrv.uitest.recorder | |
raccoon.tibco.tibrv.utils |
Uses of RaccoonException in raccoon.api.bean.descriptor |
---|
Methods in raccoon.api.bean.descriptor that throw RaccoonException | |
---|---|
void |
IBeanDescriptor.addProperty(IBeanProperty pProperty)
Adds a new bean property to the current list of bean properties. |
int |
IBeanDescriptor.analyzeProperties()
Parses all the properties assigned to this instance in order to set correctly the fields isAtomic , isCastorBean and isRaccoonBean . |
void |
IBeanProperty.append(java.lang.Object pInstance,
java.lang.Object pData)
Adds an element to this object, this object being a collection. |
IBeanProperty |
IBeanDescriptor.getProperty(java.lang.String pPropertyName)
Convenience method for retrieving a specific property descriptor. |
IBeanDescriptor |
IBeanAnalyzer.introspect(java.lang.Class pJavaBean)
Introspects the class and returns the description of the class. |
java.util.Iterator |
IBeanDescriptor.properties()
The list of avaible properties of this java bean instance. |
java.util.Iterator |
IBeanDescriptor.propertyNames()
The names of the available java bean properties within this BeanDescriptor. |
java.lang.Object |
IBeanProperty.read(java.lang.Object pInstance)
Reads the value of this property from a given object instance. |
void |
IBeanDescriptor.setClassName(java.lang.String pClassName)
Defines the name of the class that this instance represents. |
void |
IBeanProperty.write(java.lang.Object pInstance,
java.lang.Object pData)
Sets the value of this object. |
Uses of RaccoonException in raccoon.api.config |
---|
Methods in raccoon.api.config that throw RaccoonException | |
---|---|
boolean |
IConfig.getBoolean(java.lang.String pProperty)
Reads the value of the propery and converts it to a boolean. |
double |
IConfig.getDouble(java.lang.String pProperty)
Reads the value of the propery and converts it to a double. |
int |
IConfig.getInt(java.lang.String pProperty)
Reads the value of the propery and converts it to a integer. |
long |
IConfig.getLong(java.lang.String pProperty)
Reads the value of the propery and converts it to a long. |
java.util.Properties |
IConfig.getProperties()
Extracts all the available properties to a convenient format. |
java.lang.String |
IConfig.getString(java.lang.String pProperty)
Reads the value of the propery and converts it to a String. |
java.lang.String |
IConfig.getString(java.lang.String pProperty,
java.lang.Object[] pParams)
Retrieves a Message String from the configuration file and
converts it into a String . |
java.util.StringTokenizer |
IConfig.getStrings(java.lang.String pProperty)
Reads the value of the property and returns a StringTokenizer object. |
boolean |
IConfig.isAvailable(java.lang.String pProperty)
Convenience method to check if a specific property is defined. |
void |
IConfig.refresh()
Reload the properties from the properties file. |
Uses of RaccoonException in raccoon.api.eai.badhnati |
---|
Methods in raccoon.api.eai.badhnati that throw RaccoonException | |
---|---|
IMessage |
IXmlToMessage.marshal(org.xml.sax.InputSource pXmlSource)
Converts a given XML compliant string into a message instance. |
IMessage |
IXmlToMessage.marshal(java.io.Reader pXmlReader)
Converts a given XML compliant string into a message instance. |
IMessage |
IXmlToMessage.marshal(java.lang.String pXmlMsg)
Converts a given XML compliant string into a IMessage instance. |
java.lang.String |
IXmlToMessage.unmarshal(IMessage pMessage)
Converts the provided IMessage instance into an XML String representation. |
Uses of RaccoonException in raccoon.api.eai.endpoint |
---|
Methods in raccoon.api.eai.endpoint that throw RaccoonException | |
---|---|
void |
ISubscriber.addEventHandler(IEventHandler pNewHandler)
Adds an Event Handler to this subscriber. |
IPublisher |
INucleus.getPublisher(java.lang.String pPublisherName)
Retrieves a specific publisher based upon it's logical name. |
ISubscriber |
INucleus.getSubscriber(java.lang.String pSubscriberName)
Retrieves a specific subscriber based upon it's logical name. |
void |
IEventHandler.onEvent(java.lang.Object pEventObject,
ITracking pEventTracking)
Handles the incoming EAI Event. |
void |
ISubscriber.removeEventHandler(java.lang.String pHandlerName)
Removes an EventHandler from this subscriber. |
void |
IPublisher.send(java.lang.Object pJavaBeanToSend)
Sends over the EAI infrastructure a java bean. |
void |
IPublisher.send(java.lang.Object pJavaBeanToSend,
ITracking pTracking)
Sends over the EAI infrastructure a java bean. |
void |
IPublisher.send(java.lang.String pSubject,
java.lang.Object pJavaBeanToSend)
Sends over the EAI infrastructure a java bean on a specific subject. |
void |
IPublisher.send(java.lang.String pSubject,
java.lang.Object pJavaBeanToSend,
ITracking pTracking)
Sends over the EAI infrastructure a java bean. |
java.lang.Object |
IPublisher.sendRequest(java.lang.Object pRequest)
Sends a request over the EAI infrastructure. |
void |
ISubscriber.setErrorPublisher(IPublisher pErrorPublisher)
Defines the error publisher to be used by this instance. |
void |
IPublisher.setNativePub(java.lang.Object pPublisher)
Assigns the native publisher to use. |
void |
ISubscriber.setNativeSub(java.lang.Object pSubscriber)
Assigns the native subscriber to this element. |
void |
IEventHandler.start()
Invoked by the subscribing application to inform the handler that it must load itself. |
void |
IEventHandler.stop()
Invoked by the subscribing application to inform the handle that it must shut down. |
Uses of RaccoonException in raccoon.api.eai.message |
---|
Methods in raccoon.api.eai.message that throw RaccoonException | |
---|---|
IDescMessage |
IFactory.newMessage(IBeanDescriptor pBeanDescriptor)
Creates a new instance of a message for a specified Java class. |
IDescMessage |
IFactory.newMessage(IMessageDescriptor pMessageDescriptor)
Creates a new instance of a message based upon a specified message descriptor. |
IMessageDescriptor |
IFactory.newMessageDescriptor(java.lang.Class pJavaBean)
Given the class of a java bean creates a new message definition instance. |
IMessageDescriptor |
IFactory.newMessageDescriptor(IBeanDescriptor pBeanDescriptor)
Given a bean descriptor creates a new message definition instance. |
IMessageDescriptor |
IFactory.newMessageDescriptor(IBeanProperty pPropertyDescriptor)
Creates a new message descriptor for the provided property of a java bean. |
java.lang.Object |
ITracking.toNative()
Converts this instance to the native representation used by the messaging layer. |
Uses of RaccoonException in raccoon.api.eai.uitest |
---|
Methods in raccoon.api.eai.uitest that throw RaccoonException | |
---|---|
void |
IUnitPlayer.addPlayerChannel(ComponentFile pRecordingChannel)
Adds a new player channel to the list of current playing channels. |
void |
IUnitRecorder.addRecordingChannel(ComponentFile pRecordingChannel)
Adds a new recording channel to the list of current recording channels. |
IMessage |
IUnitRecorder.loadMessage(org.xml.sax.InputSource pSource)
Converts the contents of an XML input source into a valid message. |
void |
IUnitPlayer.run()
Publishes all the sequenced messages. |
IUnitCaseResult |
IUnitTester.run()
Executes the test case that was defined during the invocation of IUnitTester.setUp(int) . |
void |
IUnitPlayer.setPlayerChannels(java.util.ArrayList pPlayerChannels)
Sets the channels to which the events are to be sent. |
void |
IUnitRecorder.setRecordingChannels(java.util.ArrayList pRecordingChannels)
Sets the channels from which to record events. |
void |
IUnitPlayer.setRepeat(int pRepeat)
Defines the number of times this player should repeat the sequence. |
void |
IUnitTester.setUnitFile(java.lang.String pFileName)
Defines the XML File that is to be used to configure this instance. |
void |
IUnitTester.setUp(int pUnitCaseId)
Prepares the system to execute the specified test case. |
int |
IUnitRecorder.startRecording()
Starts the recorder. |
long |
IUnitRecorder.stopRecording()
Stops the recorder. |
void |
IUnitTester.tearDown()
Deactivates the current unit test. |
Uses of RaccoonException in raccoon.api.exception |
---|
Subclasses of RaccoonException in raccoon.api.exception | |
---|---|
class |
IntrospectionException
An exception resulting from an error during introspection of java bean. |
class |
LoadableException
The exception correlated to a loading/unloading error. |
class |
ResourceNotFoundException
A resource specific exception class. |
class |
ServiceException
An exception related to a Service. |
Uses of RaccoonException in raccoon.api.types |
---|
Methods in raccoon.api.types that throw RaccoonException | |
---|---|
boolean |
IServiceManager.isLoaded(java.lang.String pComponentName)
Checks if a given service is already loaded, convenience method for faster access. |
boolean |
IServiceManager.isLoaded(java.lang.String pComponentName,
java.lang.String pComponentKey)
Checks if a given service is already loaded, convenience method for faster access. |
boolean |
IServiceManager.isStable(boolean pThrowOnError)
Checks the state of the component. |
IBaseComponent |
IServiceManager.lookup(java.lang.String pComponentName)
Retrieves a component that has been loaded and initialised based upon it's logical name. |
IBaseComponent |
IServiceManager.lookup(java.lang.String pComponentName,
java.lang.String pComponentKey)
Retrieves a component that has been loaded and initialised based upon it's logical key name. |
IBaseComponent |
IServiceManager.lookup(java.lang.String pComponentName,
java.lang.String pComponentKey,
java.util.Hashtable pBeanProperties)
Retrieves a component that has been loaded and initialised based upon it's logical key name. |
void |
IServiceManager.shutdown(boolean pThrowOnError)
Shuts down all the loaded components. |
Uses of RaccoonException in raccoon.core.badhnati.castor |
---|
Methods in raccoon.core.badhnati.castor that throw RaccoonException | |
---|---|
java.lang.Object |
CastorParser.marshal(java.io.InputStream pResourceAsStream,
java.net.URL pMappingFileURL,
java.lang.Class pXmlClass)
Reads the given input stream and instanciates a java bean using Castor XML. |
java.lang.Object |
CastorParser.marshal(java.lang.Object pSource,
java.lang.Object pSourceType,
java.lang.Class pOutputFormat)
Converts a given object to the specified output instance. |
java.lang.Object |
CastorParser.marshal(java.io.Reader pXmlReader,
java.net.URL pMappingFileURL,
java.lang.Class pXmlClass)
Reads the given input stream and instanciates a java bean using Castor XML. |
void |
CastorParser.unmarshal(java.lang.Object pSource,
java.net.URL pMappingFileURL,
java.io.OutputStream pOutputStream)
Converts the given java bean into an XML Stream. |
Uses of RaccoonException in raccoon.core.badhnati.xml |
---|
Methods in raccoon.core.badhnati.xml that throw RaccoonException | |
---|---|
boolean |
XmlToMessage.isStable(boolean pThrowOnError)
Checks the state of the component. |
void |
XmlToMessage.load()
Loads this component and initializes all dependant components. |
IMessage |
XmlParser.marshal(org.xml.sax.InputSource pXmlSource)
Converts a given XML compliant string into a IMessage instance. |
IMessage |
XmlToMessage.marshal(org.xml.sax.InputSource pInputSource)
Converts the content of an XML input source into a IMessage instance. |
IMessage |
XmlParser.marshal(java.io.Reader pXmlReader)
Converts a given XML compliant string into a RvMsgBase instance. |
IMessage |
XmlToMessage.marshal(java.io.Reader pXmlReader)
Converts the contents of an XML Reader into a IMessage instance. |
IMessage |
XmlParser.marshal(java.lang.String pXmlMsg)
Converts a given XML compliant string into a IMessage instance. |
IMessage |
XmlToMessage.marshal(java.lang.String pXmlMsg)
Converts a given XML compliant string into a IMessage instance. |
IMessage |
SaxHandler.pop()
Removes from the stack of parsed messages the next message. |
void |
XmlParser.setFactory(IFactory pFactory)
Defines the factory instance to use. |
void |
XmlParser.setXmlIndentation(int pXmlIndentation)
Defines the number of spaces to use for the XML indentation. |
void |
XmlToMessage.unload()
Unloads this component. |
Uses of RaccoonException in raccoon.core.bean.descriptor |
---|
Methods in raccoon.core.bean.descriptor that throw RaccoonException | |
---|---|
void |
BeanProperty.append(java.lang.Object pInstance,
java.lang.Object pData)
Adds an element to this object, this object being a collection! |
IBeanProperty |
BeanDescriptor.getProperty(java.lang.String pPropertyName)
Convenience method for retrieving a specific property descriptor. |
IBeanDescriptor |
BeanAnalyzer.introspect(java.lang.Class pJavaBean)
Introspects the class and returns the description of the class. |
void |
BeanProperty.write(java.lang.Object pInstance,
java.lang.Object pData)
Sets the value of this object |
Uses of RaccoonException in raccoon.core.config |
---|
Methods in raccoon.core.config that throw RaccoonException | |
---|---|
boolean |
StdConfig.getBoolean(java.lang.String pProperty)
Reads the value of the propery and converts it to a boolean. |
boolean |
StrConfig.getBoolean(java.lang.String pProperty)
Reads the value of the propery and converts it to a boolean. |
double |
StdConfig.getDouble(java.lang.String pProperty)
Reads the value of the propery and converts it to a double. |
double |
StrConfig.getDouble(java.lang.String pProperty)
Reads the value of the propery and converts it to a double. |
int |
StdConfig.getInt(java.lang.String pProperty)
Reads the value of the propery and converts it to a integer. |
int |
StrConfig.getInt(java.lang.String pProperty)
Reads the value of the propery and converts it to a integer. |
long |
StdConfig.getLong(java.lang.String pProperty)
Reads the value of the propery and converts it to a long. |
long |
StrConfig.getLong(java.lang.String pProperty)
Reads the value of the propery and converts it to a long. |
java.util.Properties |
StdConfig.getProperties()
Extracts all the available properties to a convenient format. |
java.util.Properties |
StrConfig.getProperties()
Extracts all the available properties to a convenient format. |
java.lang.String |
StdConfig.getString(java.lang.String pProperty)
Reads the value of the propery and converts it to a String. |
java.lang.String |
StrConfig.getString(java.lang.String pProperty)
Reads the value of the propery and converts it to a String. |
java.lang.String |
StdConfig.getString(java.lang.String pProperty,
java.lang.Object[] pParams)
Retrieves a Message String from the configuration file and
converts it into a String . |
java.lang.String |
StrConfig.getString(java.lang.String pProperty,
java.lang.Object[] pParams)
Retrieves a Message String from the configuration file and
converts it into a String . |
java.util.StringTokenizer |
StdConfig.getStrings(java.lang.String pProperty)
Reads the value of the property and returns a StringTokenizer object. |
java.util.StringTokenizer |
StrConfig.getStrings(java.lang.String pProperty)
Reads the value of the property and returns a StringTokenizer object. |
boolean |
StdConfig.isAvailable(java.lang.String pProperty)
Convenience method to check if a specific property is defined. |
boolean |
StrConfig.isAvailable(java.lang.String pProperty)
Convenience method to check if a specific property is defined. |
void |
StdConfig.refresh()
Reload the properties from the properties file. |
void |
StrConfig.refresh()
Reload the properties from the properties file. |
Constructors in raccoon.core.config that throw RaccoonException | |
---|---|
StdConfig(boolean pBootStrap)
Instanciates this component and if necessary boot straps. |
Uses of RaccoonException in raccoon.core.file.endpoint.poller.handlers |
---|
Methods in raccoon.core.file.endpoint.poller.handlers that throw RaccoonException | |
---|---|
void |
BulkXmlHandler.onEvent(java.lang.Object pEventObject,
ITracking pEventTracking)
|
void |
BulkXmlHandler.start()
|
void |
BulkXmlHandler.stop()
|
Uses of RaccoonException in raccoon.core.manager |
---|
Methods in raccoon.core.manager that throw RaccoonException | |
---|---|
void |
ServiceManager.bootstrap()
Force the ServiceManager to auto load using the specified ResourceBundle in the appropriate java property. |
static void |
ServiceManager.invokeBeanProperty(java.lang.Object pBeanInstance,
java.lang.String pPropertyName,
java.lang.String pPropertyType,
java.lang.String pPropertyValue,
java.lang.String pCollectionType)
Invokes the given property setter. |
boolean |
ServiceManager.isLoaded(java.lang.String pComponentName)
Checks if a given service is already loaded, convenience method for faster access. |
boolean |
ServiceManager.isLoaded(java.lang.String pComponentName,
java.lang.String pComponentKey)
Checks if a given service is already loaded, convenience method for faster access. |
IBaseComponent |
ServiceManager.lookup(java.lang.String pComponentName)
Retrieves a component that has been loaded and initialised based upon it's logical name. |
IBaseComponent |
ServiceManager.lookup(java.lang.String pComponentName,
java.lang.String pComponentKey)
Retrieves a component that has been loaded and initialised based upon it's logical key name. |
IBaseComponent |
ServiceManager.lookup(java.lang.String pComponentName,
java.lang.String pComponentKey,
java.util.Hashtable pBeanProperties)
Retrieves a component that has been loaded and initialised based upon it's logical key name. |
void |
ServiceManager.shutdown(boolean pThrowOnError)
Shuts down all the loaded components. |
Uses of RaccoonException in raccoon.core.manager.thin |
---|
Methods in raccoon.core.manager.thin that throw RaccoonException | |
---|---|
java.lang.Object |
Component.instanciate()
Creates a new instance of this component. |
Component |
ComponentLoader.loadComponent(java.net.URL pComponentFile)
Loads the component. |
void |
ComponentLoader.marshalComponent(Component pComponent,
java.io.OutputStream pOutputStream)
|
Uses of RaccoonException in raccoon.core.types |
---|
Methods in raccoon.core.types that throw RaccoonException | |
---|---|
boolean |
AbsComponentManager.isLoaded(java.lang.String pComponentName)
Checks if the specified component is alreay loaded. |
protected abstract IBaseComponent |
AbsComponentManager.loadComponent(java.lang.String pComponentName)
Generates a new instance of ComponentBase , must be implemented
by inheriting classes. |
IBaseComponent |
AbsComponentManager.lookup(java.lang.String pComponentName)
Searches for a specific component and initilizes it if necessary. |
Uses of RaccoonException in raccoon.core.uitest |
---|
Methods in raccoon.core.uitest that throw RaccoonException | |
---|---|
(package private) UiTestResult |
UiTester.executeTest(UiTest pTest)
Executes a single test case. |
(package private) void |
UiTester.loadExpected(UiTest pTest)
Retrieves from the file system the messages that are expected for this test. |
(package private) void |
UiTester.loadIgnoreList(java.util.Iterator pWalker)
|
(package private) void |
UiTester.loadSubscribers(java.util.Iterator pWalker)
Loads the subscribers via the service manager attached to this component. |
IUnitCaseResult |
UiTester.run()
Executes the test case that was defined during the invocation of UiTester.setUp(int) . |
void |
UiPromptRunner.runPlayer(java.lang.String pPlayerName)
Executes the player. |
void |
UiPromptRunner.runRecorder(java.lang.String pRecorderName)
Records messages that are received from TIB/Rendezvous until a message is received on the stop subject. |
void |
UiPromptRunner.runUiTester(java.lang.String pTesterName,
java.lang.String pReportFileName)
Executes the specified non regression test. |
void |
UiTester.setUnitFile(java.lang.String pFileName)
Defines the XML File that is to be used to configure this instance |
void |
UiTester.setUp(int pUnitCaseId)
Prepares the system to execute the specified test case |
(package private) IUnitPlayer |
UiTester.setUp(UiTest pTest)
Prepares the given unit test for execution. |
void |
UiTester.tearDown()
Deactivates the current unit test |
(package private) void |
UiTester.tearDown(UiTest pTest)
Tears down the specified test case. |
Uses of RaccoonException in raccoon.core.uitest.data |
---|
Methods in raccoon.core.uitest.data that throw RaccoonException | |
---|---|
UiSuite |
SuiteLoader.loadTestInformation(java.lang.Class pSrcClass,
java.lang.String pTestFileName)
Reads the XML file and converts the data into java beans using Castor XML. |
UiSuite |
SuiteLoader.loadTestInformation(java.lang.String pTestFileName)
Reads the XML file and converts the data into java beans using Castor XML. |
Uses of RaccoonException in raccoon.core.uitest.file |
---|
Methods in raccoon.core.uitest.file that throw RaccoonException | |
---|---|
void |
FilePublisher.addPlayerChannel(ComponentFile pRecordingChannel)
Adds a new player channel to the list of current playing channels. |
void |
FilePublisher.run()
Publishes all the sequenced messages. |
void |
FilePublisher.setPlayerChannels(java.util.ArrayList pPlayerChannels)
Sets the channels to which the events are to be sent. |
void |
FilePublisher.setRepeat(int pRepeat)
Defines the number of times this player should repeat the sequence. |
Uses of RaccoonException in raccoon.core.uitest.report |
---|
Methods in raccoon.core.uitest.report that throw RaccoonException | |
---|---|
void |
RaccoonGenerator.generateXmlReport(IUnitSuiteResult pSuiteResult,
java.lang.String pOutputFile)
Generates the XML Report from the result of the unit suite. |
Uses of RaccoonException in raccoon.core.utils |
---|
Methods in raccoon.core.utils that throw RaccoonException | |
---|---|
static IConfig |
CoreHelper.getConfig()
Retrieves a configuration session based upon it's logical session name. |
static IConfig |
CoreHelper.getConfig(java.lang.String pConfigInstance)
Retrieves a none default configuration session, useful when multiple configuration files are used within a projet. |
static INucleus |
CoreHelper.getDefaultNucleus()
Loads and returns the primary/default implementation of INucleus |
static IBeanAnalyzer |
CoreHelper.getIntrospector()
Loads the Bean Introspection service. |
static ILogger |
CoreHelper.getLog(java.lang.String pLogCategory)
Retrieves a logging session based upon it's logical session name. |
static INucleus |
CoreHelper.getNucleus(java.lang.String pNucleusName)
Loads and returns the nucleus instance. |
static IServiceManager |
CoreHelper.getServiceManager(java.lang.String pXmlResourceFile)
Retrieves a service manager instance based upon the specified resource manager. |
static IBaseComponent |
CoreHelper.lookup(java.lang.String pComponentName)
Retrieves a component that has been loaded and initialised based upon it's logical name. |
static IBaseComponent |
CoreHelper.lookup(java.lang.String pComponentName,
java.lang.String pComponentId,
java.util.Hashtable pConfigParams)
Loads a specific component with custom load time configuration. |
static void |
CoreHelper.reload()
Unloads all loaded components and reinits the Service Manager. |
Uses of RaccoonException in raccoon.tibco.tibrv.admin |
---|
Methods in raccoon.tibco.tibrv.admin that throw RaccoonException | |
---|---|
void |
AdminHandler.onEvent(java.lang.Object pEventObject,
ITracking pEventTracking)
Invoked when the shutdown command is received. |
void |
AdminHandler.start()
Invoked by the subscribing application to inform the handler that it must load itself. |
void |
AdminHandler.stop()
Invoked by the subscribing application to inform the handle that it must shut down. |
Uses of RaccoonException in raccoon.tibco.tibrv.api |
---|
Methods in raccoon.tibco.tibrv.api that throw RaccoonException | |
---|---|
java.lang.Object |
ITibrvMsgParser.bindFrom(com.tibco.tibrv.TibrvMsg pTibrvMsg)
Converts the provided IBusMessage instance into the corresponding
java bean instance. |
java.lang.String |
IXmlToTibrvMsg.bindFrom(com.tibco.tibrv.TibrvMsg pTibrvMsg)
Converts the provided TibrvMsg instance into the corresponding
XML Message instance. |
com.tibco.tibrv.TibrvMsg |
ITibrvMsgParser.bindTo(java.lang.Object pJavaBean)
Converts a java bean into a valid TIB/Rendezvous message. |
com.tibco.tibrv.TibrvMsg |
IXmlToTibrvMsg.bindTo(java.lang.String pXmlMessage)
Converts an XML message instance into a valid TIB/Rendezvous message. |
java.lang.String |
IRepoGenerator.convertClassNameToRepoObject(java.lang.String pClassName)
Converts the fully qualified name of a class into AE Object name. |
java.lang.String |
IRepoGenerator.convertPackageToRepoPath(java.lang.String pJavaPackage)
Converts the package name of the java class to the pre-defined EAI/Repository path. |
java.lang.String |
IRepoGenerator.convertRepoPathToPackage(java.lang.String pRepoPath)
Given a TIB/Repository path, extracts the java package. |
java.lang.String |
IRepoGenerator.extractSequenceName(java.lang.Class pBeanType,
java.lang.Class pCollectionType)
Generates the sequence name for a collection class. |
java.lang.String |
IRepoGenerator.extractSequenceName(IBeanDescriptor pBeanProperty)
Given any bean property that is a collection, generates a unique sequence name for the EAI Repository. |
java.lang.String |
IRepoGenerator.getRootClassDirectory()
The folder in which the definitions of EAI Objects are stored in the EAI/Repository. |
java.lang.String |
IRepoGenerator.getRootSequenceDirectory()
The folder in which the definitions of sequences are stored in the EAI/Repository. |
Uses of RaccoonException in raccoon.tibco.tibrv.badhnati.ae |
---|
Methods in raccoon.tibco.tibrv.badhnati.ae that throw RaccoonException | |
---|---|
java.lang.Object |
TibrvAeParser.bindFrom(com.tibco.tibrv.TibrvMsg pTibrvMsg)
Converts the provided IBusMessage instance into the
corresponding java bean instance. |
com.tibco.tibrv.TibrvMsg |
TibrvAeParser.bindTo(java.lang.Object pJavaBean)
Converts a java bean into a valid TIB/Rendezvous message. |
void |
TibrvAeParser.cload()
Invoked by the service manager to start this component once it has been configured. |
java.util.Hashtable |
MessageToJava.extractPrefixList(IMessage pTibrvMsg)
Extracts the prefix list contained in a TibrvMsg. |
IMessage |
JavaToMessage.generatePrefix(Message pObjects)
Builds the prefix list for an Active Enterprise v3.0 compliant message. |
java.lang.Object |
MessageToJava.marshal(IMessage pAeRaccoonBean)
Entry point for converting a TibrvMsg to data bean instance. |
IMessage |
JavaToMessage.marshal(java.lang.Object pJavaBean)
Converts a given java bean into an IBusMessage instance |
IMessage |
TibrvAeParser.marshal(java.lang.Object pJavaBean)
Converts a given java bean instance into a IBusMessage instance. |
IMessage |
JavaToMessage.marshal(java.lang.Object pJavaBean,
Message pObjects)
Introspects the bean properties of a given object and puts the associated values into a TibrvMsg
instance. |
java.lang.Object |
TibrvAeParser.unmarshal(IMessage pMessage)
Converts the provided IBusMessage instance into the corresponding
java bean instance. |
Uses of RaccoonException in raccoon.tibco.tibrv.badhnati.descriptors |
---|
Methods in raccoon.tibco.tibrv.badhnati.descriptors that throw RaccoonException | |
---|---|
int |
Message.addReference(java.lang.String pClassName)
Add a class reference that isn't a collection. |
int |
Message.addReference(java.lang.String pClassName,
java.lang.String pCollectionType)
Add a class reference that is a collection. |
void |
Message.setReferencedClasses(java.util.HashMap pReferencedClasses)
Assign directly the class contained by this message |
void |
PrefixElement.setRepoPath(java.lang.String pTibRepoPath)
Used when handling a prefix element from a received TibrvMsg |
java.lang.String |
ClassElement.toRepoObject()
Converts the name of a java object to the corresponding entry in the TIB/Repository. |
java.lang.String |
ClassElement.toRepoURL()
Converts the current information to a contained by this instance to a valid TIB/Repository URL |
Uses of RaccoonException in raccoon.tibco.tibrv.badhnati.xml |
---|
Methods in raccoon.tibco.tibrv.badhnati.xml that throw RaccoonException | |
---|---|
java.lang.String |
TibrvMsgParser.bindFrom(com.tibco.tibrv.TibrvMsg pTibrvMsg)
Converts the provided TibrvMsg instance into the corresponding XML Message instance. |
com.tibco.tibrv.TibrvMsg |
TibrvMsgParser.bindTo(java.lang.String pXmlMessage)
Converts an XML message instance into a valid TIB/Rendezvous message. |
com.tibco.tibrv.TibrvMsg |
XmlToTibrv.marshal(org.xml.sax.InputSource pInputSource)
Converts the content of an XML input source into a TibrvMsg instance. |
com.tibco.tibrv.TibrvMsg |
TibrvMsgParser.marshal(java.io.Reader pReader)
|
com.tibco.tibrv.TibrvMsg |
XmlToTibrv.marshal(java.io.Reader pXmlReader)
Converts the contents of an XML Reader into a TibrvMsg instance. |
com.tibco.tibrv.TibrvMsg |
XmlToTibrv.marshal(java.lang.String pXmlMsg)
Converts a given XML compliant string into a TibrvMsg instance. |
com.tibco.tibrv.TibrvMsg |
SaxHandler.pop()
Removes from the stack of parsed messages the next message. |
void |
TibrvMsgParser.setXmlIndentation(int pXmlIndentation)
Defines the number of spaces to use for the XML indentation. |
Uses of RaccoonException in raccoon.tibco.tibrv.endpoint |
---|
Methods in raccoon.tibco.tibrv.endpoint that throw RaccoonException | |
---|---|
void |
TibrvSubscriber.addEventHandler(IEventHandler pNewHandler)
Adds an Event Handler to this subscriber. |
IPublisher |
TibrvNucleus.getPublisher(java.lang.String pPublisherName)
Retrieves a specific publisher based upon it's logical name. |
ISubscriber |
TibrvNucleus.getSubscriber(java.lang.String pSubscriberName)
Retrieves a specific subscriber based upon it's logical name. |
protected IBaseComponent |
TibrvNucleus.loadComponent(java.lang.String pComponentName)
Generates a new instance of ComponentBase , must be implemented
by inheriting classes. |
void |
TibrvSubscriber.removeEventHandler(java.lang.String pHandlerName)
Removes an EventHandler from this subscriber. |
void |
TibrvPublisher.send(java.lang.Object pJavaBeanToSend)
Sends over the EAI infrastructure a java bean. |
void |
TibrvPublisher.send(java.lang.Object pJavaBeanToSend,
ITracking pTracking)
Sends over the EAI infrastructure a java bean. |
void |
TibrvPublisher.send(java.lang.String pSubject,
java.lang.Object pJavaBeanToSend)
Sends over the EAI infrastructure a java bean on a specific subject. |
void |
TibrvPublisher.send(java.lang.String pSubject,
java.lang.Object pJavaBeanToSend,
ITracking pTracking)
Sends over the EAI infrastructure a java bean. |
java.lang.Object |
TibrvPublisher.sendRequest(java.lang.Object pRequest)
Sends a request over the EAI infrastructure. |
void |
TibrvNucleus.setDaemon(java.lang.String pDaemon)
Defines the daemon parameter to which this transport is connected. |
void |
TibrvSubscriber.setErrorPublisher(IPublisher pErrorPublisher)
Defines the error publisher to be used by this instance. |
void |
TibrvPublisher.setEventSubject(java.lang.String pEventSubject)
Defines the default publication subject. |
void |
TibrvPublisher.setNativePub(java.lang.Object pPublisher)
Assigns the native publisher to use. |
void |
TibrvSubscriber.setNativeSub(java.lang.Object pSubscriber)
Assigns the native subscriber to this element |
void |
TibrvNucleus.setNetwork(java.lang.String pNetwork)
Assigns the network for the TIB/Rendezvous transport. |
void |
TibrvNucleus.setQueueName(java.lang.String pQueueName)
Assigns the name of the queue. |
void |
TibrvNucleus.setService(java.lang.String pService)
Defines the service that this nucleus is to use. |
void |
TibrvSubscriber.setSubject(java.lang.String pSubject)
Defines the TIB/Rendezvous subject for this subscriber. |
void |
TibrvSubscriber.setTibrvQueue(com.tibco.tibrv.TibrvQueue pTibrvQueue)
Defines the queue that will contain the incoming events. |
void |
TibrvSubscriber.setTransport(com.tibco.tibrv.TibrvTransport pTransport)
Defines the transport used by this subscriber. |
void |
TibrvNucleus.setTransportType(int pTransportType)
Defines the transport type to be used (Reliable, Certified, ...) |
void |
TibrvCallback.stop()
Stops all event handlers and clears the list of event handlers. |
Uses of RaccoonException in raccoon.tibco.tibrv.hoststatus.db |
---|
Methods in raccoon.tibco.tibrv.hoststatus.db that throw RaccoonException | |
---|---|
void |
DbWriter.write(java.lang.String pConfigKPI,
TransportStat pStat)
Inserts a statistical line into the database. |
Uses of RaccoonException in raccoon.tibco.tibrv.message |
---|
Methods in raccoon.tibco.tibrv.message that throw RaccoonException | |
---|---|
IDescMessage |
RvFactory.newMessage(IBeanDescriptor pBeanDescriptor)
Creates a new instance of a message for a specified Java class. |
IDescMessage |
RvFactory.newMessage(IMessageDescriptor pMessageDescriptor)
Creates a new instance of a message based upon a specified message descriptor. |
IMessageDescriptor |
RvFactory.newMessageDescriptor(java.lang.Class pJavaBean)
Given the class of a java bean creates a new message definition instance. |
IMessageDescriptor |
RvFactory.newMessageDescriptor(IBeanDescriptor pBeanDescriptor)
Given a bean descriptor creates a new message definition instance. |
IMessageDescriptor |
RvFactory.newMessageDescriptor(IBeanProperty pPropertyDescriptor)
Creates a new message descriptor for the provided property of a java bean |
java.lang.Object |
RvTracking.toNative()
Converts this instance to the native representation used by the messaging layer |
Uses of RaccoonException in raccoon.tibco.tibrv.uitest |
---|
Methods in raccoon.tibco.tibrv.uitest that throw RaccoonException | |
---|---|
void |
TibrvPlayer.addPlayerChannel(ComponentFile pRecordingChannel)
Adds a new player channel to the list of current playing channels. |
void |
TibrvRecorder.addRecordingChannel(ComponentFile pRecordingChannel)
Adds a new recording channel to the list of current recording channels. |
IMessage |
TibrvRecorder.loadMessage(org.xml.sax.InputSource pSource)
Converts the contents of an XML input source into a valid message. |
void |
TibrvPlayer.run()
Publishes all the sequenced messages. |
void |
TibrvPlayer.setFactory(IFactory pFactory)
Assigns the IFactory used to instanciate empty message objects. |
void |
TibrvRecorder.setFactory(IFactory pFactory)
Assigns the IFactory used to instanciate empty message objects. |
void |
TibrvPlayer.setPlayerChannels(java.util.ArrayList pPlayerChannels)
Sets the channels to which the events are to be sent. |
void |
TibrvRecorder.setRecordingChannels(java.util.ArrayList pRecordingChannels)
Sets the channels from which to record events. |
void |
TibrvPlayer.setRepeat(int pRepeat)
Defines the number of times this player should repeat the sequence. |
void |
TibrvPlayer.setXmlParser(IXmlToMessage pXmlParser)
Defines the message to xml parser to use. |
void |
TibrvRecorder.setXmlParser(IXmlToMessage pXmlParser)
Defines the message to xml parser to use. |
int |
TibrvRecorder.startRecording()
Starts the recorder. |
long |
TibrvRecorder.stopRecording()
Stops the recorder. |
Uses of RaccoonException in raccoon.tibco.tibrv.uitest.recorder |
---|
Methods in raccoon.tibco.tibrv.uitest.recorder that throw RaccoonException | |
---|---|
void |
TibrvMsgKeeper.onEvent(java.lang.Object pEventObject,
ITracking pEventTracking)
Handles the incoming EAI Event. |
void |
TibrvMsgWriter.onEvent(java.lang.Object pEventObject,
ITracking pEventTracking)
Handles the incoming EAI Event. |
void |
TibrvMsgKeeper.start()
Invoked by the subscribing application to inform the handler that it must load itself. |
void |
TibrvMsgWriter.start()
Invoked by the subscribing application to inform the handler that it must load itself. |
void |
TibrvMsgKeeper.stop()
Invoked by the subscribing application to inform the handle that it must shut down. |
void |
TibrvMsgWriter.stop()
Invoked by the subscribing application to inform the handle that it must shut down. |
Uses of RaccoonException in raccoon.tibco.tibrv.utils |
---|
Methods in raccoon.tibco.tibrv.utils that throw RaccoonException | |
---|---|
static int |
TibComponent.nbSessions()
Computes the number of sessions currently opened to TIB/Rendezvous. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |