Title: RE: [JBoss-user] Very newbie question

Position should be serializable, since it's going to be return back to the
caller via the network (RMI)

-----Original Message-----
From: Lo�c Lef�vre [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 9:35 AM
To: JBoss User Mailing List
Subject: [JBoss-user] Very newbie question


Hi everybody,
I just would like to know
what are the conditions for a Home interface
to return a Class type reference? (serialization...)

for example:

...
public interface Character extends EJBObject
{
    public Position getPosition() throws RemoteException;
    ...
}

What does the "Position" class require?

Thanks in advance,
Lo�c Lef�vre


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to