net.jxta.impl.endpoint.transportMeter
Class TransportServiceMonitorFilter
java.lang.Object
net.jxta.impl.endpoint.transportMeter.TransportServiceMonitorFilter
- All Implemented Interfaces:
- ServiceMonitorFilter, DocumentSerializable
public class TransportServiceMonitorFilter
- extends Object
- implements ServiceMonitorFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportServiceMonitorFilter
public TransportServiceMonitorFilter()
init
public void init(ModuleClassID moduleClassID)
- Specified by:
init
in interface ServiceMonitorFilter
getModuleClassID
public ModuleClassID getModuleClassID()
- Specified by:
getModuleClassID
in interface ServiceMonitorFilter
removeAllTransports
public void removeAllTransports()
includeAllTransports
public void includeAllTransports(boolean includeAllTransports)
includeTransport
public void includeTransport(String protocol)
hasTransport
public boolean hasTransport(String protocol)
includeTransport
public void includeTransport(ModuleSpecID transportModuleClassID,
String subProtocol)
serializeTo
public void serializeTo(Element element)
throws DocumentSerializationException
- Specified by:
serializeTo
in interface DocumentSerializable
- Throws:
DocumentSerializationException
initializeFrom
public void initializeFrom(Element element)
throws DocumentSerializationException
- Specified by:
initializeFrom
in interface DocumentSerializable
- Throws:
DocumentSerializationException