IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins
Interface Initializable

All Known Subinterfaces:
BackingMapPlugin, DataDescriptor, EmbeddedType, KeyDataDescriptor, KeySerializerPlugin, MapDataDescriptor, MapSerializerPlugin, ObjectGridPlugin, ValueDataDescriptor, ValueSerializerPlugin
All Known Implementing Classes:
BasicMapSerializerPlugin, HashIndex, InverseRangeIndex

public interface Initializable

Java bean plug-ins can implement this interface to allow initializing the plug-in after it's state has been set.

Since:
7.1.1
See Also:
BackingMapPlugin, ObjectGridPlugin

Method Summary
 void initialize()
          Invoked when the bean's state has been set and is ready to be initialized.
 boolean isInitialized()
          Answers true if the bean is in the initialized state, false otherwise.
 

Method Detail

initialize

void initialize()
Invoked when the bean's state has been set and is ready to be initialized. The result should be that the bean is in the initialized state.


isInitialized

boolean isInitialized()
Answers true if the bean is in the initialized state, false otherwise.

During normal operation, this method may be called to confirm the correct operation of the initialize() method.

Returns:
true if the bean is in the initialized state.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.