File
Doc
Category
Size
Date
Package
ShipHomeRemote.java
API Doc
Example
932
Thu May 02 17:25:26 BST 2002
com.titan.ship
ShipHomeRemote
public interface ShipHomeRemote implements javax.ejb.EJBHome
Fields Summary
Constructors Summary
Methods Summary
public
ShipRemote
create
(
java.lang.Integer
id,
java.lang.String
name,
int
capacity,
double
tonnage)
public
ShipRemote
create
(
java.lang.Integer
id,
java.lang.String
name)
public void
deleteDbTable
()
public
java.util.Collection
findByCapacity
(
int
capacity)
public
ShipRemote
findByPrimaryKey
(
java.lang.Integer
primaryKey)
public void
makeDbTable
()
Java Code Source