Protomatter Application Server v1.0

Uses of Package
com.protomatter.pas.init

Packages that use com.protomatter.pas.init
com.protomatter.jdbc.pool Classes for starting/stopping JDBC connection pools in PAS. 
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. 
 

Classes in com.protomatter.pas.init used by com.protomatter.jdbc.pool
PASShutdown
          Objects implementing this interface and listed in the configuration file for PAS are run when PAS is shutting down.
PASStartup
          Objects implementing this interface and listed in the configuration file for PAS are started when PAS is started.
ShutdownException
          An exception generated while an implementation of the PASShutdown interface was shutting down.
StartupException
          An exception generated while an implementation of the PASStartup interface was starting.
 

Classes in com.protomatter.pas.init used by com.protomatter.pas
StartupException
          An exception generated while an implementation of the PASStartup interface was starting.
 

Classes in com.protomatter.pas.init used by com.protomatter.pas.base
PASStartup
          Objects implementing this interface and listed in the configuration file for PAS are started when PAS is started.
StartupException
          An exception generated while an implementation of the PASStartup interface was starting.
 

Classes in com.protomatter.pas.init used by com.protomatter.pas.cron
PASStartup
          Objects implementing this interface and listed in the configuration file for PAS are started when PAS is started.
StartupException
          An exception generated while an implementation of the PASStartup interface was starting.
 

Classes in com.protomatter.pas.init used by com.protomatter.pas.cronmanager
PASStartup
          Objects implementing this interface and listed in the configuration file for PAS are started when PAS is started.
StartupException
          An exception generated while an implementation of the PASStartup interface was starting.
 

Classes in com.protomatter.pas.init used by com.protomatter.pas.event
PASStartup
          Objects implementing this interface and listed in the configuration file for PAS are started when PAS is started.
StartupException
          An exception generated while an implementation of the PASStartup interface was starting.
 

Classes in com.protomatter.pas.init used by com.protomatter.pas.eventmanager
PASStartup
          Objects implementing this interface and listed in the configuration file for PAS are started when PAS is started.
StartupException
          An exception generated while an implementation of the PASStartup interface was starting.
 

Classes in com.protomatter.pas.init used by com.protomatter.pas.init
ShutdownException
          An exception generated while an implementation of the PASShutdown interface was shutting down.
StartupException
          An exception generated while an implementation of the PASStartup interface was starting.
 

Classes in com.protomatter.pas.init used by com.protomatter.pas.serviceimpl
PASStartup
          Objects implementing this interface and listed in the configuration file for PAS are started when PAS is started.
StartupException
          An exception generated while an implementation of the PASStartup interface was starting.
 


Protomatter Application Server v1.0
Copyright 1998-2002 Nate Sammons

Protomatter Application Server v1.0 http://protomatter.sourceforge.net/pas/1.0