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