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() |
RemoteNaming |
remoteNaming()
The remote naming server
|
T |
remoteNaming(RemoteNaming 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 RemoteNaming remoteNaming()
public T remoteNaming(RemoteNaming value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.