jp.develop.common.util.amf.util
Interface IWrapper

All Known Subinterfaces:
IArrayWriter.IArrayProxy, IObjectWriter.IObjectProxy
All Known Implementing Classes:
Wrapper

public interface IWrapper

Interface to show instance container. It is useful as the place holder of lazy instantiation.

Author:
Waki Takeya

Method Summary
 Object getInstance()
          Get internal instance.
 void setInstance(Object instance)
          Set internal instance.
 

Method Detail

getInstance

Object getInstance()
Get internal instance.

Returns:
Internal instance.

setInstance

void setInstance(Object instance)
Set internal instance.

Parameters:
instance - The instance to be set.