代码搜索:Collection

找到约 10,000 项符合「Collection」的源代码

代码结果 10,000
www.eeworm.com/read/106759/6191499

java localusertestassochome.java

/* * SchoolEJB - CyberDemia's library of EJBs for educational related services. * Copyright (C) 2003 CyberDemia Research and Services * * This library is free software; you can redistribute it and
www.eeworm.com/read/106429/6193238

java bookhome.java

package examples; import javax.ejb.*; import java.util.Collection; /** * This is the local home interface for Book. * This interface is implemented by the EJB container. * The implemented
www.eeworm.com/read/106429/6193256

java order.java

package examples; import javax.ejb.*; import java.util.*; /** * These are the business logic methods exposed publicly * by OrderBean. * * This interface is used by local clients. The c
www.eeworm.com/read/106429/6193260

java customerhome.java

package examples; import javax.ejb.*; import java.util.Collection; /** * This is the local home interface for our entity bean. * The container will implement this as the home object, * wh
www.eeworm.com/read/105373/6198525

java supplierorderejb.java

/* * Copyright 2002 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con
www.eeworm.com/read/104709/6203238

java producthome.java

package examples; import javax.ejb.*; import java.rmi.RemoteException; import java.util.Collection; /** * This is the home interface for Product. This interface * is implemented b
www.eeworm.com/read/104709/6203282

java order.java

package examples; import javax.ejb.*; import java.util.*; /** * These are the business logic methods exposed publicly * by OrderBean. * * This interface is used by local clients. The c
www.eeworm.com/read/104709/6203286

java customerhome.java

package examples; import javax.ejb.*; import java.util.Collection; /** * This is the local home interface for our entity bean. * The container will implement this as the home object, * wh
www.eeworm.com/read/104709/6203290

java producthome.java

package examples; import javax.ejb.*; import java.util.Collection; /** * This is the local home interface for Product. * This interface is implemented by the EJB container. * The implemen
www.eeworm.com/read/104708/6203299

java pagebypage.java

/* * @author : Pushkala * @version : 1.0 * * Development Environment : Oracle9i JDeveloper * * Name of the File : PageByPage.java * * Creation / Modification History * Pushkala