org.drools.grid.timer.impl
Class SchedulerServiceConfiguration

java.lang.Object
  extended by org.drools.grid.timer.impl.SchedulerServiceConfiguration
All Implemented Interfaces:
Serializable, ServiceConfiguration

public class SchedulerServiceConfiguration
extends Object
implements ServiceConfiguration

See Also:
Serialized Form

Constructor Summary
SchedulerServiceConfiguration(InetSocketAddress[] addresses)
           
 
Method Summary
 int getRedundancy()
           
 InetSocketAddress[] getServices(Grid grid)
           
 void setRedundancy(int redundancy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerServiceConfiguration

public SchedulerServiceConfiguration(InetSocketAddress[] addresses)
Method Detail

getServices

public InetSocketAddress[] getServices(Grid grid)
Specified by:
getServices in interface ServiceConfiguration

getRedundancy

public int getRedundancy()

setRedundancy

public void setRedundancy(int redundancy)


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.