com.bigdata.jini.start.config
Class HostRejectConstraint
java.lang.Object
com.bigdata.jini.start.config.AbstractHostConstraint
com.bigdata.jini.start.config.HostRejectConstraint
- All Implemented Interfaces:
- IServiceConstraint, Serializable
public class HostRejectConstraint
- extends AbstractHostConstraint
Allows any of the specified hosts.
- Version:
- $Id$
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
|
Method Summary |
boolean |
allow()
|
HostRejectConstraint
public HostRejectConstraint(String host)
throws UnknownHostException
- Throws:
UnknownHostException
HostRejectConstraint
public HostRejectConstraint(String[] host)
throws UnknownHostException
- Throws:
UnknownHostException
allow
public boolean allow()
- Specified by:
allow in class AbstractHostConstraint
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.