- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.LazyObject
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
Instrument
public class LazyObject extends Observable implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLazyObject(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidalwaysForwardNotifications()voiddelete()protected voidfinalize()static voidforwardFirstNotificationOnly()static booleanforwardsAllNotifications()voidfreeze()protected static longgetCPtr(LazyObject obj)voidrecalculate()protected voidswigSetCMemOwn(boolean own)voidunfreeze()-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
LazyObject
protected LazyObject(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(LazyObject obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classObservable
-
finalize
protected void finalize()
- Overrides:
finalizein classObservable
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classObservable
-
recalculate
public void recalculate()
-
freeze
public void freeze()
-
unfreeze
public void unfreeze()
-
forwardFirstNotificationOnly
public static void forwardFirstNotificationOnly()
-
alwaysForwardNotifications
public static void alwaysForwardNotifications()
-
forwardsAllNotifications
public static boolean forwardsAllNotifications()
-
-