|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProtocolDescriptor
A communication protocol descriptor. Classes that implement ProtocolDescriptor must also implement Serializable, and must
not implement ManagedObject or contain any objects that
implement ManagedObject. An instance of ProtocolDescriptor should also be immutable.
| Method Summary | |
|---|---|
boolean |
supportsProtocol(ProtocolDescriptor descriptor)
Returns true if the specified descriptor represents
a protocol supported by the protocol that this descriptor
represents, and returns false otherwise. |
| Method Detail |
|---|
boolean supportsProtocol(ProtocolDescriptor descriptor)
true if the specified descriptor represents
a protocol supported by the protocol that this descriptor
represents, and returns false otherwise. The determination
of whether the given protocol is supported is protocol specific.
descriptor - a protocol descriptor
true if the specified descriptor represents
a protocol supported by the protocol that this descriptor
represents, and false otherwise
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||