|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
uk.org.iscream.cms.server.filter.FilterInfoPOA
uk.org.iscream.cms.server.filter.FilterInfoServant
class FilterInfoServant
Provides info about Filter's to other parts of the system.
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 int |
_UDPListenPort
The UDP port we're listening on |
String |
REVISION
The current CVS revision of this class |
Constructor Summary | |
---|---|
FilterInfoServant(int UDPListenPort)
Creates a new FilterServant. |
Method Summary | |
---|---|
String |
getHostName()
Provides information to the FilterManager |
String |
getUDPPort()
Provides information to the FilterManager |
String |
toString()
Overrides the Object.toString()
method to provide clean logging (every class should have this). |
Methods inherited from class uk.org.iscream.cms.server.filter.FilterInfoPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String REVISION
private String _name
private Logger _logger
private int _UDPListenPort
Constructor Detail |
---|
public FilterInfoServant(int UDPListenPort)
UDPListenPort
- the UDP port this filter is listening onMethod Detail |
---|
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
public String getUDPPort()
public String getHostName()
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |