Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.ejb.bucket.persist
Interface BucketPersistHome  view BucketPersistHome download BucketPersistHome.java

All Superinterfaces:
com.flexstor.ejb.EjbHome, javax.ejb.EJBHome, java.rmi.Remote

public interface BucketPersistHome
extends com.flexstor.ejb.EjbHome

This is the Home Interface for acquiring a client Object.

Since:
FlexDB 3.0
Version:
$Id: BucketPersistHome.java,v 1.2 2003/08/11 02:22:43 aleric Exp $

Field Summary
static java.lang.String IDENTIFIER
           
 
Method Summary
 BucketPersist create()
          Constructor to create client Interface.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

IDENTIFIER

public static final java.lang.String IDENTIFIER
See Also:
Constant Field Values
Method Detail

create

public BucketPersist create()
                     throws com.flexstor.common.exceptions.ejb.EjbException,
                            javax.ejb.CreateException,
                            java.rmi.RemoteException
Constructor to create client Interface.