com.bigdata.jini.start.config
Class ServiceDependencyConstraint

java.lang.Object
  extended by com.bigdata.jini.start.config.ServiceDependencyConstraint
All Implemented Interfaces:
IServiceConstraint, Serializable
Direct Known Subclasses:
JiniNotRunningConstraint, JiniRunningConstraint, MDSRunningConstraint, TXRunningConstraint, ZookeeperRunningConstraint

public abstract class ServiceDependencyConstraint
extends Object
implements IServiceConstraint

Constraint that another a service must be running before this one can be started.

Version:
$Id$
Author:
Bryan Thompson
See Also:
Serialized Form

Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
ServiceDependencyConstraint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bigdata.jini.start.config.IServiceConstraint
allow
 

Field Detail

log

protected static final org.apache.log4j.Logger log
Constructor Detail

ServiceDependencyConstraint

public ServiceDependencyConstraint()


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.