|
Protomatter Classes v1.1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StartupException | |
com.protomatter.jdbc.pool | A JDBC Driver that maintains a pool of connections. |
com.protomatter.pas | A simple Application Server. |
com.protomatter.pas.base | Useful base classes for projects using PAS. |
com.protomatter.pas.cron | Interfaces for the PAS cron facility. |
com.protomatter.pas.cronmanager | The default implementation of the PAS cron facility. |
com.protomatter.pas.event | Interfaces for the PAS event tree facility. |
com.protomatter.pas.eventmanager | The default implementation of the PAS event tree facility. |
com.protomatter.pas.init | Interfaces for the PAS startup/shutdown facilities. |
com.protomatter.pas.serviceimpl | Default implementations for miscellaneous PAS services. |
Uses of StartupException in com.protomatter.jdbc.pool |
Methods in com.protomatter.jdbc.pool that throw StartupException | |
java.lang.String |
PASJdbcPoolStartup.startup(java.lang.String name,
java.util.Properties pasProps,
java.util.Properties myProps,
javax.naming.Context context)
Start JDBC connection pools. |
Uses of StartupException in com.protomatter.pas |
Methods in com.protomatter.pas that throw StartupException | |
void |
PASCore.startup(java.lang.String configFileName,
java.util.Properties props)
Starts all configured services. |
Uses of StartupException in com.protomatter.pas.base |
Methods in com.protomatter.pas.base that throw StartupException | |
protected void |
ProtoPASStartup.startup(java.util.Properties serverProps,
java.util.Properties myProps,
javax.naming.Context ctx)
Default startup method. |
abstract java.lang.String |
ProtoPASStartup.startup(java.lang.String name,
java.util.Properties serverProps,
java.util.Properties myProps,
javax.naming.Context ctx)
This method must be implemented by sub-classes. |
Uses of StartupException in com.protomatter.pas.cron |
Methods in com.protomatter.pas.cron that throw StartupException | |
java.lang.String |
PASCronManagerStartup.startup(java.lang.String myName,
java.util.Properties pasProps,
java.util.Properties myProps,
javax.naming.Context context)
|
Uses of StartupException in com.protomatter.pas.cronmanager |
Methods in com.protomatter.pas.cronmanager that throw StartupException | |
java.lang.String |
PASCronManagerImpl.startup(java.lang.String myName,
java.util.Properties pasProps,
java.util.Properties myProps,
javax.naming.Context context)
|
Uses of StartupException in com.protomatter.pas.event |
Methods in com.protomatter.pas.event that throw StartupException | |
java.lang.String |
PASEventListenerStartup.startup(java.lang.String myName,
java.util.Properties pasProps,
java.util.Properties myProps,
javax.naming.Context context)
|
Uses of StartupException in com.protomatter.pas.eventmanager |
Methods in com.protomatter.pas.eventmanager that throw StartupException | |
java.lang.String |
PASEventManagerImpl.startup(java.lang.String name,
java.util.Properties pasProps,
java.util.Properties myProps,
javax.naming.Context context)
|
Uses of StartupException in com.protomatter.pas.init |
Methods in com.protomatter.pas.init that throw StartupException | |
java.lang.String |
PASStartup.startup(java.lang.String name,
java.util.Properties pasProps,
java.util.Properties myProps,
javax.naming.Context context)
Start this thing up. |
Uses of StartupException in com.protomatter.pas.serviceimpl |
Methods in com.protomatter.pas.serviceimpl that throw StartupException | |
java.lang.String |
PASWorkServiceImpl.startup(java.lang.String name,
java.util.Properties pasProps,
java.util.Properties myProps,
javax.naming.Context context)
Start work queues. |
|
Protomatter Classes v1.1.6 Copyright 1998-2001 Nate Sammons |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Protomatter Classes v1.1.6 | http://protomatter.sourceforge.net/1.1.6 |