com.bankframe.services.ping
Interface PingHome

All Superinterfaces:
EJBHome, Remote

public interface PingHome
extends EJBHome

This is the EJB home interface to the PingBean.


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

Ping create()
            throws CreateException,
                   RemoteException
This method creates a Ping EJB instance.

Returns:
Ping instance
Throws:
CreateException
RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.