com.sun.ejb.spi.io
Interface SerializableObjectFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
EJBLocalHomeImpl.SerializableLocalHome, TimerWrapper.SerializedTimerWrapper

public interface SerializableObjectFactory
extends Serializable

An interface that creates an Object that was serialized using IndirectlySerializable

Author:
Mahesh Kannan

Method Summary
 Object createObject()
           
 

Method Detail

createObject

Object createObject()
                    throws IOException
Throws:
IOException


Copyright © 2012 GlassFish Community. All Rights Reserved.