|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalBindingType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema |
Uses of LocalBindingType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return LocalBindingType | |
---|---|
LocalBindingType<ServiceBeanType<T>> |
ServiceBeanType.createLocalBinding()
Creates a new local-binding element |
LocalBindingType<SessionBeanType<T>> |
SessionBeanType.createLocalBinding()
Creates a new local-binding element |
LocalBindingType<T> |
LocalBindingType.description(String... values)
Creates for all String objects representing description elements,
a new description element |
LocalBindingType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateLocalBinding()
If not already created, a new local-binding element will be created and returned. |
LocalBindingType<SessionBeanType<T>> |
SessionBeanType.getOrCreateLocalBinding()
If not already created, a new local-binding element will be created and returned. |
LocalBindingType<T> |
LocalBindingType.jndiName(String jndiName)
Sets the jndi-name element |
LocalBindingType<T> |
LocalBindingType.removeAllDescription()
Removes the description element |
LocalBindingType<T> |
LocalBindingType.removeJndiName()
Removes the jndi-name element |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type LocalBindingType | |
---|---|
List<LocalBindingType<ServiceBeanType<T>>> |
ServiceBeanType.getAllLocalBinding()
Returns all local-binding elements |
List<LocalBindingType<SessionBeanType<T>>> |
SessionBeanType.getAllLocalBinding()
Returns all local-binding elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |