代码搜索结果

找到约 10,000 项符合 Interface 的代码

hellolocalhome.java

package examples; /** * This is the local home interface for HelloBean. * This interface is implemented by the EJB Server's * tools - the implemented object is called the * local home objec

hellolocal.java

package examples; /** * This is the HelloBean local interface. * * This interface is what local clients operate * on when they interact with EJB local objects. * The container vendor will

hello.java

package examples; /** * This is the HelloBean remote interface. * * This interface is what clients operate on when * they interact with EJB objects. The container * vendor will implement

hellohome.java

package examples; /** * This is the home interface for HelloBean. This interface * is implemented by the EJB Server's tools - the * implemented object is called the Home Object, and serves

hello.java

package examples; /** * This is the HelloBean remote interface. * * This interface is what clients operate on when * they interact with EJB objects. The container * vendor will implement

hellohome.java

package examples; /** * This is the home interface for HelloBean. This interface * is implemented by the EJB Server's tools - the * implemented object is called the Home Object, and serves

pricerhome.java

package examples; import javax.ejb.*; import java.rmi.RemoteException; /** * This is the home interface for Pricer. The * container implements this interface; the * implementation object

customer.java

package examples; import javax.ejb.*; /** * These are the business logic methods exposed publicly by CustomerBean. * * This interface is what local clients operate on when they interact wi

orderlineitem.java

package examples; import javax.ejb.*; /** * These are the business logic methods exposed publicly * by OrderLineItemBean. * * This interface is what local clients operate on when they

product.java

package examples; import javax.ejb.*; /** * These are the public business methods of ProductBean. * * This local interface is what local clients operate * on when they interact with our