Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
InitMethodType<SessionBeanType<T>> |
SessionBeanType.createInitMethod()
Creates a new
init-method element |
InitMethodType<SessionBeanType<T>> |
SessionBeanType.getOrCreateInitMethod()
If not already created, a new
init-method element will be created and returned. |
InitMethodType<T> |
InitMethodType.id(String id)
Sets the
id attribute |
InitMethodType<T> |
InitMethodType.removeBeanMethod()
Removes the
bean-method element |
InitMethodType<T> |
InitMethodType.removeCreateMethod()
Removes the
create-method element |
InitMethodType<T> |
InitMethodType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
List<InitMethodType<SessionBeanType<T>>> |
SessionBeanType.getAllInitMethod()
Returns all
init-method elements |
NamedMethodType<InitMethodType<T>> |
InitMethodType.getOrCreateBeanMethod()
If not already created, a new
bean-method element with the given value will be created. |
NamedMethodType<InitMethodType<T>> |
InitMethodType.getOrCreateCreateMethod()
If not already created, a new
create-method element with the given value will be created. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.