Class OperationTrackingObjectCreator
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator
-
- All Implemented Interfaces:
ObjectCreator
public class OperationTrackingObjectCreator extends java.lang.Object implements ObjectCreator
Makes sure the operations tracker is notified knows that a service is being realized.
-
-
Constructor Summary
Constructors Constructor Description OperationTrackingObjectCreator(OperationTracker tracker, java.lang.String message, ObjectCreator delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
createObject()
Create and return the object.
-
-
-
Constructor Detail
-
OperationTrackingObjectCreator
public OperationTrackingObjectCreator(OperationTracker tracker, java.lang.String message, ObjectCreator delegate)
-
-
Method Detail
-
createObject
public java.lang.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 interfaceObjectCreator
-
-