com.bankframe.services.ping
Interface PingHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface PingHome
extends javax.ejb.EJBHome

This is the EJB home interface to the PingBean.

Author:
ETU

Method Summary
 Ping create()
          This method creates a Ping EJB instance.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Ping create()
            throws javax.ejb.CreateException,
                   java.rmi.RemoteException
This method creates a Ping EJB instance.

Returns:
Ping instance
Throws:
javax.ejb.CreateException
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.