where is PortableRemoteObject.class?

In J2SDKEE1.2.1,I can find javax.rmi.PortableRemoteObject.class,but in J2SDKEE1.3,I can not find PortableRemoteObject.class.

Who can tell me where is it?

In developing EJB,the client code contains:

" RemoteHome home=(RemoteHome)javax.rmi.PortableRemoteObject.narrow(obj,RemoteHome.class);"

Does the client application work on J2EE1.3 Reference Implements?

[400 byte] By [jordanwang0860] at [2007-9-26 8:17:11]
# 1
It in Java SE.
Oytan022 at 2007-7-1 18:47:56 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
> It in Java SE. Where in the Java SE? I have it included in my CLASSPATH, and I have looked through the various JAR files, and I cannot find it! What JAR should I include?
factor3 at 2007-7-1 18:47:56 > top of Java-index,Other Topics,Patterns & OO Design...