com.sun.enterprise.container.common.impl.util
Class JavaEEObjectStreamHandlerForJNDIContext

java.lang.Object
  extended by 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

Constructor Summary
JavaEEObjectStreamHandlerForJNDIContext()
           
 
Method Summary
 Object replaceObject(Object obj)
          Called during serialization
 Object resolveObject(Object obj)
          Called during de-serialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaEEObjectStreamHandlerForJNDIContext

public JavaEEObjectStreamHandlerForJNDIContext()
Method Detail

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.