com.accendia.iris.interfaces
Interface IChecksumInterfaces


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

getInterfaces

java.lang.String[] getInterfaces()
The list of interface names implemented by a command, command factory or the client proxy.


getChecksums

int[] getChecksums()
The checksums of the interfaces implemented by a class.