public class Binding extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
attributeClass()
The object factory class name for object factory bindings
|
Binding |
attributeClass(String value)
The object factory class name for object factory bindings
|
String |
bindingType()
The type of binding to create, may be simple, lookup, external-context or object-factory
|
Binding |
bindingType(String value)
The type of binding to create, may be simple, lookup, external-context or object-factory
|
Boolean |
cache()
If the external context should be cached
|
Binding |
cache(Boolean value)
If the external context should be cached
|
Map |
environment()
The environment to use on object factory instance retrieval
|
Binding |
environment(Map value)
The environment to use on object factory instance retrieval
|
String |
getKey() |
String |
lookup()
The entry to lookup in JNDI for lookup bindings
|
Binding |
lookup(String value)
The entry to lookup in JNDI for lookup bindings
|
String |
module()
The module to load the object factory from for object factory bindings
|
Binding |
module(String value)
The module to load the object factory from for object factory bindings
|
String |
type()
The type of the value to bind for simple bindings, this must be a primitive type
|
Binding |
type(String value)
The type of the value to bind for simple bindings, this must be a primitive type
|
String |
value()
The value to bind for simple bindings
|
Binding |
value(String value)
The value to bind for simple bindings
|
public Binding(String key)
public String getKey()
public String bindingType()
public Binding bindingType(String value)
public Boolean cache()
public String attributeClass()
public Binding attributeClass(String value)
public Map environment()
public Binding environment(Map value)
public String lookup()
public String module()
public Binding module(String value)
public String type()
public Binding type(String value)
public String value()
Copyright © 2015 JBoss by Red Hat. All rights reserved.