|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransportDescriptor
Transport descriptor. Classes that implement TransportDescriptor
must also implement Serializable to allow instances to be
persisted.
| Method Summary | |
|---|---|
byte[] |
getConnectionData()
Return the transport specific connection data as a byte array. |
boolean |
supportsTransport(TransportDescriptor descriptor)
Check if the specified transport is compatible with the transport this descriptor represents. |
| Method Detail |
|---|
boolean supportsTransport(TransportDescriptor descriptor)
descriptor - to compare
true if the specified descriptor represents a transport
compatible with the transport this descriptor represents, and
false otherwisebyte[] getConnectionData()
|
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 | |||||||||