JBoss Application Server: Parent Aggregator 7.1.1.Final
-
- All Implemented Interfaces:
- org.jboss.msc.service.Service<NetworkInterfaceBinding>, org.jboss.msc.value.Value<NetworkInterfaceBinding>
public class NetworkInterfaceService
extends Object
implements org.jboss.msc.service.Service<NetworkInterfaceBinding>
Service resolving the NetworkInterfaceBinding
based on the configured interfaces in the domain model.
- Author:
- Emanuel Muckenhuber Scott stark (sstark@redhat.com) (C) 2011 Red Hat Inc.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static org.jboss.msc.service.ServiceName |
JBOSS_NETWORK_INTERFACE
The service base name.
|
-
Fields inherited from interface org.jboss.msc.service.Service
NULL, NULL_VALUE
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NetworkInterfaceService
public NetworkInterfaceService(String name,
boolean anyLocalV4,
boolean anyLocalV6,
boolean anyLocal,
InterfaceCriteria criteria)
JBoss Application Server: Parent Aggregator 7.1.1.Final
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.