org.objectweb.fractal.rmi.stub
Interface SkeletonFactory

All Known Implementing Classes:
RmiStubFactory

public interface SkeletonFactory

A factory to create skeletons.


Method Summary
 RequestSession newSkeleton(Object target)
          Creates a new skeleton implementing the RequestSession interface.
 

Method Detail

newSkeleton

public RequestSession newSkeleton(Object target)
                           throws JonathanException
Creates a new skeleton implementing the RequestSession interface.

Parameters:
target - the remote object.
Returns:
the created skeleton.
Throws:
JonathanException - if something goes wrong.