|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Protocollnformation
Provides information of the soported protocols. In the new Communication system an object implementing this interface is sent to inform of the possible protocols that can be used.
Method Summary | |
---|---|
java.lang.String |
getBestProtocol(Protocollnformation info)
Searches for the best protocol to use from the receivers point of view. |
java.util.Collection |
getExtraParameters()
Returns a Collection of parameters to further configure a the protocols |
java.util.Collection |
getProtocols()
Gets the known protocols. |
java.lang.String |
getVersion()
Returns the version of the the Protocol information |
boolean |
refused()
Is the Connection refused?? |
java.lang.String |
refuseReason()
Reason of the distant Kernel to refuse the connection. |
Method Detail |
---|
java.lang.String getBestProtocol(Protocollnformation info)
info
. If found this is the protocol
that will be used.
info
- distant kernel known protocols
java.util.Collection getProtocols()
boolean refused()
java.lang.String refuseReason()
java.lang.String getVersion()
java.util.Collection getExtraParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |