|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.iscream.cms.server.filtermanager.FilterManager
public class FilterManager
The FilterManager handles initialisation of hosts with the system, allowing hosts to gain their configuration and a hook to a Filter to talk to.
Field Summary | |
---|---|
private Logger |
_logger
This holds a reference to the system logger that is being used. |
private String |
_name
This is the friendly identifier of the component this class is running in. |
private ReferenceManager |
_refman
A reference to the reference manager in use |
static String |
NAME
The friendly name for this component, used by all related classes. |
static String |
REVISION
The current CVS revision of this class |
Constructor Summary | |
---|---|
FilterManager(String givenName)
Constructs a FilterManager with the name given |
Method Summary | |
---|---|
boolean |
depCheck()
Does a dependency check. |
void |
start()
This method starts the FilterManager |
String |
toString()
Overrides the Object.toString()
method to provide clean logging (every class should have this). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
private String _name
private Logger _logger
private ReferenceManager _refman
public static String NAME
Constructor Detail |
---|
public FilterManager(String givenName)
givenName
- the nameMethod Detail |
---|
public void start() throws ComponentStartException
start
in interface Component
ComponentStartException
public boolean depCheck()
depCheck
in interface Component
public String toString()
Object.toString()
method to provide clean logging (every class should have this).
This uses the uk.org.iscream.cms.util.NameFormat class
to format the toString()
toString
in class Object
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |