|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceNotFoundException | |
---|---|
raccoon.api.types | Contains the interfaces describing the various behaviours a component may have. |
raccoon.api.utils | Contains various services offered by the Raccoon Framework. |
raccoon.core.badhnati.xml | |
raccoon.core.config | |
raccoon.core.file.endpoint.poller | |
raccoon.core.jdbc | |
raccoon.core.log | Contains all the standard logging classes offered by the Raccoon Core Framework. |
raccoon.core.types | |
raccoon.core.utils | |
raccoon.tibco.tibrv.badhnati.ae | Implementation of the BadhnAti contract for TIB/Rendezvous. |
raccoon.tibco.tibrv.badhnati.xml | |
raccoon.tibco.tibrv.endpoint | |
raccoon.tibco.tibrv.hoststatus.db |
Uses of ResourceNotFoundException in raccoon.api.types |
---|
Methods in raccoon.api.types that throw ResourceNotFoundException | |
---|---|
boolean |
IConfigurableManager.isAssignable(java.lang.String pName,
java.lang.Object pValue)
Checks if the specified property can accept the value. |
boolean |
IConfigurableManager.isChangeable(java.lang.String pName)
Checks if the specified property is changeable. |
void |
ILogable.setLogger(ILogger pLogger)
Assigns the logger to the component. |
Uses of ResourceNotFoundException in raccoon.api.utils |
---|
Methods in raccoon.api.utils that throw ResourceNotFoundException | |
---|---|
java.io.InputStream |
IResolver.getResourceAsStream(java.lang.Class pRequesterClass,
java.lang.String pDesiredRessource)
Locates the specified resource and provides an InputStream to it. |
java.io.InputStream |
IResolver.getResourceAsStream(java.lang.String pDesiredRessource)
Locates the specified resource and provides an InputStream to it. |
java.net.URL |
IResolver.resolve(java.lang.Class pRequesterClass,
java.lang.String pDesiredRessource)
Locates the specified resource and provides the exact location to it. |
java.net.URL |
IResolver.resolve(java.lang.String pDesiredRessource)
Locates the specified resource and provides the exact location to it. |
Uses of ResourceNotFoundException in raccoon.core.badhnati.xml |
---|
Methods in raccoon.core.badhnati.xml that throw ResourceNotFoundException | |
---|---|
void |
XmlParser.setFastMode(boolean pFastMode)
Defines the rendering mode. |
Uses of ResourceNotFoundException in raccoon.core.config |
---|
Methods in raccoon.core.config that throw ResourceNotFoundException | |
---|---|
void |
StdConfig.setPropertyFileName(java.lang.String pPropertyFileName)
Defines the name of the property file. |
void |
StrConfig.setStringElements(java.lang.String pStringElements)
Defines the string to be used as properties contents. |
Uses of ResourceNotFoundException in raccoon.core.file.endpoint.poller |
---|
Methods in raccoon.core.file.endpoint.poller that throw ResourceNotFoundException | |
---|---|
void |
FilePoller.setDoneFolder(java.lang.String pDoneFolder)
|
void |
FilePoller.setErrorFolder(java.lang.String pErrorFolder)
|
void |
FilePoller.setEventHandler(IEventHandler pEventHandler)
|
void |
FilePoller.setInputFolder(java.lang.String pInputFolder)
|
void |
FilePoller.setNbDispatchers(int pNbDispatchers)
|
void |
FilePoller.setPollingInterval(int pPollingInterval)
|
void |
FilePoller.setWorkingFolder(java.lang.String pWorkingFolder)
|
Uses of ResourceNotFoundException in raccoon.core.jdbc |
---|
Methods in raccoon.core.jdbc that throw ResourceNotFoundException | |
---|---|
void |
ConnectionDriver.setConnectionUrl(java.lang.String pConnectionUrl)
Defines the URL connection to the database. |
void |
ConnectionDriver.setDatabaseDriver(java.lang.String pDatabaseDriver)
Defines the database driver to use. |
void |
ConnectionDriver.setUserName(java.lang.String pUserName)
Defines the user name to use for the connection. |
Uses of ResourceNotFoundException in raccoon.core.log |
---|
Methods in raccoon.core.log that throw ResourceNotFoundException | |
---|---|
void |
AbsLogComponent.setPropertyFileName(java.lang.String pPropertyFileName)
Defines the property file name to be used in order to configure Log4j. |
Uses of ResourceNotFoundException in raccoon.core.types |
---|
Methods in raccoon.core.types that throw ResourceNotFoundException | |
---|---|
boolean |
ConfigurableManager.isAssignable(java.lang.String pName,
java.lang.Object pValue)
Checks if the specified property can accept the value. |
boolean |
ConfigurableManager.isChangeable(java.lang.String pName)
Checks if the specified property is changeable. |
void |
AbsConfigurableLoadable.setLogger(ILogger pLogger)
Assigns the logger to the component. |
void |
AbsLoadable.setLogger(ILogger pLogger)
Assigns the logger to the component. |
Uses of ResourceNotFoundException in raccoon.core.utils |
---|
Methods in raccoon.core.utils that throw ResourceNotFoundException | |
---|---|
java.io.InputStream |
StdResolver.getResourceAsStream(java.lang.Class pRequesterClass,
java.lang.String pDesiredRessource)
Locates the specified resource and provides an InputStream to it. |
java.io.InputStream |
StdResolver.getResourceAsStream(java.lang.String pDesiredRessource)
Locates the specified resource and provides an InputStream to it. |
java.net.URL |
StdResolver.resolve(java.lang.Class pRequesterClass,
java.lang.String pDesiredRessource)
Locates the specified resource and provides the exact location to it. |
java.net.URL |
StdResolver.resolve(java.lang.String pDesiredRessource)
Locates the specified resource and provides the exact location to it. |
static java.net.URL |
StdResolver.staticResolve(java.lang.Class pRequesterClass,
java.lang.String pDesiredRessource)
Locates the specified resource and provides the exact location to it. |
Uses of ResourceNotFoundException in raccoon.tibco.tibrv.badhnati.ae |
---|
Methods in raccoon.tibco.tibrv.badhnati.ae that throw ResourceNotFoundException | |
---|---|
void |
TibrvAeParser.setAnalyzer(IBeanAnalyzer pAnalyzer)
Assigns the IBeanAnalyzer instance required by this component |
void |
TibrvAeParser.setFactory(IFactory pFactory)
Assigns the IFactory used to instanciate empty message objects. |
void |
TibrvAeParser.setInvokeAdder(boolean pInvokeAdder)
Defines the mutator preference method for collections. |
void |
TibrvAeParser.setRepoGenerator(IRepoGenerator pRepoGenerator)
TIB/Repository generator service used to create TIB/Repository compliant URLs according to the Raccoon specification. |
void |
TibrvAeParser.setUtils(IUtils pUtils)
Assigns the message layer utility service |
Uses of ResourceNotFoundException in raccoon.tibco.tibrv.badhnati.xml |
---|
Methods in raccoon.tibco.tibrv.badhnati.xml that throw ResourceNotFoundException | |
---|---|
void |
TibrvMsgParser.setFastMode(boolean pFastMode)
Defines the rendering mode. |
Uses of ResourceNotFoundException in raccoon.tibco.tibrv.endpoint |
---|
Methods in raccoon.tibco.tibrv.endpoint that throw ResourceNotFoundException | |
---|---|
void |
TibrvNucleus.setAdminSubject(java.lang.String pAdminSubject)
|
void |
TibrvNucleus.setConfig(IConfig pConfig)
|
void |
TibrvNucleus.setEmbeddedLicense(java.lang.String pEmbeddedLicense)
|
Uses of ResourceNotFoundException in raccoon.tibco.tibrv.hoststatus.db |
---|
Methods in raccoon.tibco.tibrv.hoststatus.db that throw ResourceNotFoundException | |
---|---|
void |
DbHostStatus.setDbConnectionString(java.lang.String pDbConnectionString)
|
void |
DbHostStatus.setDbPassword(java.lang.String pDbPassword)
|
void |
DbHostStatus.setDbPollInterval(int pDbPollInterval)
|
void |
DbHostStatus.setDbUserName(java.lang.String pDbUserName)
|
void |
DbHostStatus.setJdbcDriver(java.lang.String pJdbcDriver)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |