package ejava.examples.uid.ejb;

import javax.ejb.EJBObject;

/**
   This interface aggregates the business interaface of the UUIDGeneratorBI
   with the remote EJB properties of EJBObject.
*/
public interface UIDGeneratorRemote extends UIDGeneratorBI, EJBObject {}
