com.sun.enterprise.container.common.impl.util
Class JavaEEObjectStreamHandlerForJNDIContext
java.lang.Object
com.sun.enterprise.container.common.impl.util.JavaEEObjectStreamHandlerForJNDIContext
- All Implemented Interfaces:
- JavaEEObjectStreamHandler
@Service
public class JavaEEObjectStreamHandlerForJNDIContext
- extends Object
- implements JavaEEObjectStreamHandler
- Author:
- Mahesh Kannan
Date: Sep 3, 2008
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaEEObjectStreamHandlerForJNDIContext
public JavaEEObjectStreamHandlerForJNDIContext()
replaceObject
public Object replaceObject(Object obj)
throws IOException
- Description copied from interface:
JavaEEObjectStreamHandler
- Called during serialization
- Specified by:
replaceObject in interface JavaEEObjectStreamHandler
- Returns:
-
- Throws:
IOException
resolveObject
public Object resolveObject(Object obj)
throws IOException
- Description copied from interface:
JavaEEObjectStreamHandler
- Called during de-serialization
- Specified by:
resolveObject in interface JavaEEObjectStreamHandler
- Returns:
-
- Throws:
IOException
Copyright © 2012 GlassFish Community. All Rights Reserved.