org.oddjob.arooa.runtime
Interface InstanceRuntimeConfiguration

All Superinterfaces:
RuntimeConfiguration

public interface InstanceRuntimeConfiguration
extends RuntimeConfiguration

An RuntimeConfiguration that wraps an instance of a value or component.

Author:
rob
Since:
1.3

Method Summary
 Object getWrappedInstance()
          Get the instance, if available.
 
Methods inherited from interface org.oddjob.arooa.runtime.RuntimeConfiguration
addRuntimeListener, configure, destroy, getClassIdentifier, init, removeRuntimeListener, setIndexedProperty, setMappedProperty, setProperty
 

Method Detail

getWrappedInstance

Object getWrappedInstance()
Get the instance, if available.

Returns:
The instance or null if it is not yet available.