org.apache.tapestry5.ioc.internal
Class OperationTrackingObjectCreator

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator
All Implemented Interfaces:
ObjectCreator

public class OperationTrackingObjectCreator
extends Object
implements ObjectCreator

Makes sure the operations tracker is notified knows that a service is being realized.


Constructor Summary
OperationTrackingObjectCreator(OperationTracker tracker, String message, ObjectCreator delegate)
           
 
Method Summary
 Object createObject()
          Create and return the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationTrackingObjectCreator

public OperationTrackingObjectCreator(OperationTracker tracker,
                                      String message,
                                      ObjectCreator delegate)
Method Detail

createObject

public Object createObject()
Description copied from interface: ObjectCreator
Create and return the object. In some limited circumstances, the implementation may cache the result, returning the same object for repeated calls.

Specified by:
createObject in interface ObjectCreator


Copyright © 2003-2012 The Apache Software Foundation.