Interface JavaEEIOUtils

  • All Known Implementing Classes:
    JavaEEIOUtilsImpl

    @Contract
    public interface JavaEEIOUtils
    A contract that defines a set of methods to serialize / deserialze Java EE objects (even if they are not directly serializable). Some of the objects that are expected to be serialized / de-serialized are a) Local EJB references b) EJB Handles c) JNDI (sub) contexts d) (Non serializable) StatefulSessionBeans
    Author:
    Mahesh Kannan