public class Naming<T extends Naming> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Naming.NamingResources
Child mutators for Naming
|
| Constructor and Description |
|---|
Naming() |
| Modifier and Type | Method and Description |
|---|---|
T |
binding(Binding value)
Add the Binding object to the list of subresources
|
T |
bindings(List<Binding> value)
Add all Binding objects to this subresource
|
String |
getKey() |
ServiceRemoteNaming |
serviceRemoteNaming()
The remote naming server
|
T |
serviceRemoteNaming(ServiceRemoteNaming value)
The remote naming server
|
Naming.NamingResources |
subresources() |
public String getKey()
public Naming.NamingResources subresources()
public T bindings(List<Binding> value)
value - List of Binding objects.public T binding(Binding value)
value - The Binding to addpublic ServiceRemoteNaming serviceRemoteNaming()
public T serviceRemoteNaming(ServiceRemoteNaming value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.