FileDocCategorySizeDatePackage
ShipHomeRemote.javaAPI DocExample704Fri Jul 06 19:07:42 BST 2001com.titan.ship

ShipHomeRemote

public interface ShipHomeRemote implements javax.ejb.EJBHome

Fields Summary
Constructors Summary
Methods Summary
public ShipRemotecreate(java.lang.Integer id, java.lang.String name, int capacity, double tonnage)

public ShipRemotecreate(int id, java.lang.String name)

public java.util.EnumerationfindByCapacity(int capacity)

public ShipRemotefindByPrimaryKey(java.lang.Integer primaryKey)