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

Quick Search    Search Deep

com.flexstor.ejb.disguisefield.persist
Interface DisguiseFieldPersistHome  view DisguiseFieldPersistHome download DisguiseFieldPersistHome.java

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

public interface DisguiseFieldPersistHome
extends com.flexstor.ejb.EjbHome

This is the Home Interface for acquiring a client Object.

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

Field Summary
static java.lang.String IDENTIFIER
           
 
Method Summary
 DisguiseFieldPersist 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 DisguiseFieldPersist create()
                            throws com.flexstor.common.exceptions.ejb.EjbException,
                                   javax.ejb.CreateException,
                                   java.rmi.RemoteException
Constructor to create client Interface.