Creating a Common Interface
// common interface
package framework.common;
public interface Sentry implements Remote {
public ClientProfile authenticate( String client, String password ) throws RemoteException;
}
Previous slide
Next slide
Back to first slide
View graphic version