File
Doc
Category
Size
Date
Package
ShipHomeRemote.java
API Doc
Example
702
Sat Jul 07 09:10:26 BST 2001
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
(
int
id,
java.lang.String
name)
public
java.util.Collection
findByCapacity
(
int
capacity)
public
ShipRemote
findByPrimaryKey
(
java.lang.Integer
primaryKey)
Java Code Source