Interface Detachable

  • All Superinterfaces:
    java.io.Serializable
    All Known Subinterfaces:
    ChainableModel<T>, Model<T>, PropertyReflectionAwareModel<T>, WrapModel<T>

    public interface Detachable
    extends java.io.Serializable
    The interface Detachable provides the ability to detach an object that was previously attached to a context. This reduces the amount of state required by an object. This makes the object cheaper to replicate in a clustered environment.
    • Method Detail

      • detach

        void detach()
        Detach an object.