代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/104709/6203215
java counthome.java
package examples;
import javax.ejb.*;
import java.rmi.RemoteException;
/**
* This is the home interface for CountBean. This interface
* is implemented by the EJB Server's glue-code tools -
www.eeworm.com/read/104709/6203231
java 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
www.eeworm.com/read/104709/6203232
java 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
www.eeworm.com/read/104709/6203234
java 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
www.eeworm.com/read/104709/6203268
java 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
www.eeworm.com/read/104709/6203283
java orderhome.java
package examples;
import javax.ejb.*;
import java.util.*;
/**
* This is the local home interface for Order. The container
* will generate the implementation, which is called the
* local
www.eeworm.com/read/104708/6203321
java useraccounthomelocal.java
/*
* @author : Umesh Kulkarni
* @version 1.0
*
* Development Environment : Oracle9i JDeveloper
*
* Name of the File : UserAccountHomeLocal.java
*
* Creation / Modification History
*
www.eeworm.com/read/102451/6231520
java cmstasklog.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/file/CmsTaskLog.java,v $
* Date : $Date: 2001/07/31 15:50:14 $
* Version: $Revision: 1.7 $
*
* This library is part of OpenCms -
*