Scala Monitoring and Control System API
com.lafros.macs.pd

class DriverContainerOnlyConstantlessPd

[source: com/lafros/macs/pd/DriverContainerOnlyConstantlessPd.scala]

abstract class DriverContainerOnlyConstantlessPd
extends NonPollableConstantlessPd
to be extended by PDs having no status or constants, and where it is not possible or convenient to supply the driver class or instance directly: it is OtherDiDependent; the driver's constructor takes arguments, and the caller does not wish to instantiate the driver externally.
Author
Rob Dickens
Method Summary
def createDi (name : java.lang.String, driverContainerClass : java.lang.Class[DriverContainer]) : Di
avoids exposing driver container instance.
def createDi (name : java.lang.String, driverContainer : DriverContainer) : Di
acquire lock on driverContainer prior to any subsequent interaction with it.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def createDi(name : java.lang.String, driverContainerClass : java.lang.Class[DriverContainer]) : Di
avoids exposing driver container instance.

def createDi(name : java.lang.String, driverContainer : DriverContainer) : Di
acquire lock on driverContainer prior to any subsequent interaction with it.


Copyright 2009 Latterfrosken Software Development Limited