|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CapsdPlugin interface is the basic interface that a plugin for the capabilites daemon must support. The interface allows the daemon to determine what protocols can be verified by the plugin and has the required methods to verify protocol support for nodes/protocol pairs.
Method Summary | |
String |
getCapabilityName()
Returns the db-name of the capability(s) it is checking |
boolean |
isProtocolSupported(InetAddress address)
Returns true if the default (first) protocol is supported by the address |
boolean |
isProtocolSupported(InetAddress address,
String capName)
Returns true if the specified protocol is supported by the class |
Method Detail |
public String getCapabilityName()
public boolean isProtocolSupported(InetAddress address)
public boolean isProtocolSupported(InetAddress address, String capName) throws UnsupportedProtocolException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |