|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceException | |
|---|---|
| oemware.core | The core package is responsible for initializing, running and shutting down a server. |
| oemware.core.chain | Tools for creating Chains of Responsiblity. |
| oemware.core.dao | |
| oemware.core.net | |
| oemware.core.web | |
| Uses of ServiceException in oemware.core |
|---|
| Methods in oemware.core that throw ServiceException | |
|---|---|
protected void |
ThreadBase.afterStart()
|
protected void |
ThreadBase.afterStop()
|
protected void |
ThreadBase.beforeStart()
|
protected void |
ThreadBase.beforeStop()
|
static java.lang.Object |
Kernel.findComponent(java.lang.String pComponentId)
Lookup a component. |
static ServiceManager |
ServiceManager.getInstance()
Returns the (only) instance of this class. |
int |
ServiceConf.getIntProperty(java.lang.String pName)
Returns an integer property value (works same as string version). |
int |
InstanceConf.getIntProperty(java.lang.String pName)
Returns an integer property value (works same as string version). |
int |
ServiceConf.getIntProperty(java.lang.String pName,
int pDefault)
Returns an integer property value (works same as string version). |
long |
InstanceConf.getLongProperty(java.lang.String pName)
Returns a long property value (works same as string version). |
long |
ServiceConf.getLongProperty(java.lang.String pName,
long pDefault)
Returns a long property value (works same as string version). |
java.lang.String |
ServiceConf.getProperty(java.lang.String pName)
Returns the property |
java.lang.String |
InstanceConf.getProperty(java.lang.String pName)
Returns the property |
java.lang.String |
ServiceConf.getProperty(java.lang.String pName,
java.lang.String pDefault)
Returns the property |
short |
ServiceConf.getShortProperty(java.lang.String pName)
Returns a short property value (works same as string version). |
short |
InstanceConf.getShortProperty(java.lang.String pName)
Returns a short property value (works same as string version). |
short |
ServiceConf.getShortProperty(java.lang.String pName,
short pDefault)
Returns a short property value (works same as string version). |
int |
NamedPipe.read(java.nio.ByteBuffer pBuffer)
Handle reading from the np. |
int |
NamedPipe.readAll(java.nio.ByteBuffer pBuffer)
Fill the buffer. |
void |
InstanceConf.setProperty(java.lang.String pName,
java.lang.String pValue)
Set the property. |
void |
ThreadBase.shutdown()
|
void |
ServiceManager.shutdown()
The stop hook. |
void |
NamedPipe.shutdown()
Stop the procss. |
void |
ThreadBase.startup()
|
void |
ServiceManager.startup()
The start hook. |
void |
NamedPipe.startup()
Start the process. |
int |
NamedPipe.write(java.nio.ByteBuffer pBuffer)
Handle writing to the np. |
int |
NamedPipe.writeAll(java.nio.ByteBuffer pBuffer)
Write all the data to the buffer. |
| Constructors in oemware.core that throw ServiceException | |
|---|---|
NamedPipe(java.lang.String pPipeName)
Create a new object. |
|
NamedPipe(java.lang.String pPipeName,
boolean pRead)
Create a new object. |
|
NamedPipe(java.lang.String pPipeName,
boolean pRead,
int pMaxOperationTime)
Create a new object. |
|
NamedPipe(java.lang.String pPipeName,
int pType,
long pMaxOperationTime,
boolean pAppendInstanceId)
Create a new object. |
|
ServiceConf(InstanceConf pNodeConf,
InstanceConf pModuleConf,
InstanceConf pInstanceConf)
Construct a new instance. |
|
| Uses of ServiceException in oemware.core.chain |
|---|
| Methods in oemware.core.chain that throw ServiceException | |
|---|---|
org.apache.commons.chain.Context |
ChainManager.executeChain(java.lang.String pCatalogName,
java.lang.String pChainName)
Execute a chain. |
void |
ChainManager.executeChain(java.lang.String pCatalogName,
java.lang.String pChainName,
org.apache.commons.chain.Context pContext)
Execute a chain. |
| Constructors in oemware.core.chain that throw ServiceException | |
|---|---|
ChainManager(java.lang.String pName,
java.util.Map<java.lang.String,java.lang.String> pCatalogs)
Construct a new object with the catalogs passed. |
|
| Uses of ServiceException in oemware.core.dao |
|---|
| Subclasses of ServiceException in oemware.core.dao | |
|---|---|
class |
DaoException
The dao exception. |
| Uses of ServiceException in oemware.core.net |
|---|
| Methods in oemware.core.net that throw ServiceException | |
|---|---|
void |
DatagramServer.beforeStart()
Bind to the port. |
void |
DatagramServer.shutdown()
Called to shutdown the datagram server :-^ |
| Constructors in oemware.core.net that throw ServiceException | |
|---|---|
DatagramServer(DatagramMessageHandler pHandler,
DatagramMessageFilter pFilter,
int pBufferSize)
Construct a new server with the params. |
|
DatagramServer(DatagramMessageHandler pHandler,
DatagramMessageFilter pFilter,
int pBufferSize,
int pBufferOffset)
Construct a new server with the params. |
|
DatagramServer(DatagramMessageHandler pHandler,
DatagramMessageFilter pFilter,
ServiceConf pServiceConf,
int pBufferSize,
int pBufferOffset,
java.lang.String pBindAddressParamName,
java.lang.String pPortParamName,
boolean pAppendInstanceId)
Construct a new server with the params. |
|
DatagramServer(DatagramMessageHandler pHandler,
ServiceConf pServiceConf,
int pBufferSize,
int pBufferOffset,
java.lang.String pBindAddressParamName,
java.lang.String pPortParamName,
boolean pAppendInstanceId)
Construct a new server with the params. |
|
| Uses of ServiceException in oemware.core.web |
|---|
| Methods in oemware.core.web that throw ServiceException | |
|---|---|
void |
TomcatService.shutdown()
Stop tomcat. |
void |
TomcatService.startup()
Start tomcat. |
| Constructors in oemware.core.web that throw ServiceException | |
|---|---|
TomcatService(ServiceConf pServiceConf,
java.lang.String pServiceName,
java.lang.String pHostname,
java.lang.String pEngineName,
java.lang.String pAppName,
java.lang.String pEmbeddedName,
java.lang.String pWebContextPath)
Create a new tomcat service object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||