|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IChecksumInterfaces
This interface is implemented by classes that encapsulate information about the interfaces implemented by a command or the client proxy. In addition to the interface names these classes also contain a checksum calculated for each interface based on the method names, parameter types and return types of the methods. The interface checksums are used to verify that the same interface versions were deployed on both the client and the server.
| Method Summary | |
|---|---|
int[] |
getChecksums()
The checksums of the interfaces implemented by a class. |
java.lang.String[] |
getInterfaces()
The list of interface names implemented by a command, command factory or the client proxy. |
| Method Detail |
|---|
java.lang.String[] getInterfaces()
int[] getChecksums()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||