FileDocCategorySizeDatePackage
ShipHomeRemote.javaAPI DocExample702Sat Jul 07 09:10:26 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.CollectionfindByCapacity(int capacity)

public ShipRemotefindByPrimaryKey(java.lang.Integer primaryKey)