org.clazzes.remoting
Interface Initializable

All Known Implementing Classes:
BeanCallbackWrapper, BeanImporter, BeanInvocationHandler, ReturnCallbackInvocationHandler, SpringBeanImporter

public interface Initializable

An interface for beans, which need initialization after setting some properties.

Author:
wglas

Method Summary
 void initialize()
          Initialize the internal state of this bean.
 boolean isInitialized()
           
 

Method Detail

initialize

void initialize()
                throws java.lang.Exception
Initialize the internal state of this bean.

Throws:
java.lang.Exception - Upon errors.

isInitialized

boolean isInitialized()
Returns:
Whether this bean needs to be initialized using initialize().


Copyright © 2010. All Rights Reserved.