|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceBeanType<T>
This interface defines the contract for the service-beanType
xsd type
Method Summary | |
---|---|
ServiceBeanType<T> |
aopDomainName(String aopDomainName)
Sets the aop-domain-name element |
ServiceBeanType<T> |
businessLocal(String... values)
Creates for all String objects representing business-local elements,
a new business-local element |
ServiceBeanType<T> |
businessRemote(String... values)
Creates for all String objects representing business-remote elements,
a new business-remote element |
ServiceBeanType<T> |
clustered(Boolean clustered)
Sets the clustered element |
ServiceBeanType<T> |
concurrent(Boolean concurrent)
Sets the concurrent element |
AnnotationType<ServiceBeanType<T>> |
createAnnotation()
Creates a new annotation element |
EjbLocalRefType<ServiceBeanType<T>> |
createEjbLocalRef()
Creates a new ejb-local-ref element |
EjbRefType<ServiceBeanType<T>> |
createEjbRef()
Creates a new ejb-ref element |
EnvEntryType<ServiceBeanType<T>> |
createEnvEntry()
Creates a new env-entry element |
IconType<ServiceBeanType<T>> |
createIcon()
Creates a new icon element |
JndiRefType<ServiceBeanType<T>> |
createJndiRef()
Creates a new jndi-ref element |
LocalBindingType<ServiceBeanType<T>> |
createLocalBinding()
Creates a new local-binding element |
MessageDestinationRefType<ServiceBeanType<T>> |
createMessageDestinationRef()
Creates a new message-destination-ref element |
PersistenceContextRefType<ServiceBeanType<T>> |
createPersistenceContextRef()
Creates a new persistence-context-ref element |
PersistenceUnitRefType<ServiceBeanType<T>> |
createPersistenceUnitRef()
Creates a new persistence-unit-ref element |
LifecycleCallbackType<ServiceBeanType<T>> |
createPostConstruct()
Creates a new post-construct element |
LifecycleCallbackType<ServiceBeanType<T>> |
createPreDestroy()
Creates a new pre-destroy element |
RemoteBindingType<ServiceBeanType<T>> |
createRemoteBinding()
Creates a new remote-binding element |
ResourceEnvRefType<ServiceBeanType<T>> |
createResourceEnvRef()
Creates a new resource-env-ref element |
ResourceRefType<ServiceBeanType<T>> |
createResourceRef()
Creates a new resource-ref element |
ServiceRefType<ServiceBeanType<T>> |
createServiceRef()
Creates a new service-ref element |
ServiceBeanType<T> |
depends(String... values)
Creates for all String objects representing depends elements,
a new depends element |
ServiceBeanType<T> |
description(String... values)
Creates for all String objects representing description elements,
a new description element |
ServiceBeanType<T> |
displayName(String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ServiceBeanType<T> |
ejbClass(String ejbClass)
Sets the ejb-class element |
ServiceBeanType<T> |
ejbName(String ejbName)
Sets the ejb-name element |
List<AnnotationType<ServiceBeanType<T>>> |
getAllAnnotation()
Returns all annotation elements |
List<String> |
getAllBusinessLocal()
Returns all business-local elements |
List<String> |
getAllBusinessRemote()
Returns all business-remote elements |
List<String> |
getAllDepends()
Returns all depends elements |
List<String> |
getAllDescription()
Returns all description elements |
List<String> |
getAllDisplayName()
Returns all display-name elements |
List<EjbLocalRefType<ServiceBeanType<T>>> |
getAllEjbLocalRef()
Returns all ejb-local-ref elements |
List<EjbRefType<ServiceBeanType<T>>> |
getAllEjbRef()
Returns all ejb-ref elements |
List<EnvEntryType<ServiceBeanType<T>>> |
getAllEnvEntry()
Returns all env-entry elements |
List<IconType<ServiceBeanType<T>>> |
getAllIcon()
Returns all icon elements |
List<JndiRefType<ServiceBeanType<T>>> |
getAllJndiRef()
Returns all jndi-ref elements |
List<LocalBindingType<ServiceBeanType<T>>> |
getAllLocalBinding()
Returns all local-binding elements |
List<MessageDestinationRefType<ServiceBeanType<T>>> |
getAllMessageDestinationRef()
Returns all message-destination-ref elements |
List<PersistenceContextRefType<ServiceBeanType<T>>> |
getAllPersistenceContextRef()
Returns all persistence-context-ref elements |
List<PersistenceUnitRefType<ServiceBeanType<T>>> |
getAllPersistenceUnitRef()
Returns all persistence-unit-ref elements |
List<LifecycleCallbackType<ServiceBeanType<T>>> |
getAllPostConstruct()
Returns all post-construct elements |
List<LifecycleCallbackType<ServiceBeanType<T>>> |
getAllPreDestroy()
Returns all pre-destroy elements |
List<RemoteBindingType<ServiceBeanType<T>>> |
getAllRemoteBinding()
Returns all remote-binding elements |
List<ResourceEnvRefType<ServiceBeanType<T>>> |
getAllResourceEnvRef()
Returns all resource-env-ref elements |
List<ResourceRefType<ServiceBeanType<T>>> |
getAllResourceRef()
Returns all resource-ref elements |
List<ServiceRefType<ServiceBeanType<T>>> |
getAllServiceRef()
Returns all service-ref elements |
String |
getAopDomainName()
Returns the aop-domain-name element |
String |
getEjbClass()
Returns the ejb-class element |
String |
getEjbName()
Returns the ejb-name element |
String |
getHomeJndiName()
Returns the home-jndi-name element |
String |
getId()
Returns the id attribute |
String |
getJndiBindingPolicy()
Returns the jndi-binding-policy element |
String |
getJndiName()
Returns the jndi-name element |
String |
getLocalJndiName()
Returns the local-jndi-name element |
String |
getManagement()
Returns the management element |
String |
getMappedName()
Returns the mapped-name element |
String |
getObjectName()
Returns the object-name element |
AnnotationType<ServiceBeanType<T>> |
getOrCreateAnnotation()
If not already created, a new annotation element will be created and returned. |
ClusterConfigType<ServiceBeanType<T>> |
getOrCreateClusterConfig()
If not already created, a new cluster-config element with the given value will be created. |
EjbLocalRefType<ServiceBeanType<T>> |
getOrCreateEjbLocalRef()
If not already created, a new ejb-local-ref element will be created and returned. |
EjbRefType<ServiceBeanType<T>> |
getOrCreateEjbRef()
If not already created, a new ejb-ref element will be created and returned. |
SecurityIdentityType<ServiceBeanType<T>> |
getOrCreateEjbTimeoutIdentity()
If not already created, a new ejb-timeout-identity element with the given value will be created. |
EnvEntryType<ServiceBeanType<T>> |
getOrCreateEnvEntry()
If not already created, a new env-entry element will be created and returned. |
IconType<ServiceBeanType<T>> |
getOrCreateIcon()
If not already created, a new icon element will be created and returned. |
IgnoreDependencyType<ServiceBeanType<T>> |
getOrCreateIgnoreDependency()
If not already created, a new ignore-dependency element with the given value will be created. |
JndiRefType<ServiceBeanType<T>> |
getOrCreateJndiRef()
If not already created, a new jndi-ref element will be created and returned. |
LocalBindingType<ServiceBeanType<T>> |
getOrCreateLocalBinding()
If not already created, a new local-binding element will be created and returned. |
MessageDestinationRefType<ServiceBeanType<T>> |
getOrCreateMessageDestinationRef()
If not already created, a new message-destination-ref element will be created and returned. |
MethodAttributesType<ServiceBeanType<T>> |
getOrCreateMethodAttributes()
If not already created, a new method-attributes element with the given value will be created. |
PersistenceContextRefType<ServiceBeanType<T>> |
getOrCreatePersistenceContextRef()
If not already created, a new persistence-context-ref element will be created and returned. |
PersistenceUnitRefType<ServiceBeanType<T>> |
getOrCreatePersistenceUnitRef()
If not already created, a new persistence-unit-ref element will be created and returned. |
PoolConfigType<ServiceBeanType<T>> |
getOrCreatePoolConfig()
If not already created, a new pool-config element with the given value will be created. |
PortComponentType<ServiceBeanType<T>> |
getOrCreatePortComponent()
If not already created, a new port-component element with the given value will be created. |
LifecycleCallbackType<ServiceBeanType<T>> |
getOrCreatePostConstruct()
If not already created, a new post-construct element will be created and returned. |
LifecycleCallbackType<ServiceBeanType<T>> |
getOrCreatePreDestroy()
If not already created, a new pre-destroy element will be created and returned. |
RemoteBindingType<ServiceBeanType<T>> |
getOrCreateRemoteBinding()
If not already created, a new remote-binding element will be created and returned. |
ResourceEnvRefType<ServiceBeanType<T>> |
getOrCreateResourceEnvRef()
If not already created, a new resource-env-ref element will be created and returned. |
ResourceRefType<ServiceBeanType<T>> |
getOrCreateResourceRef()
If not already created, a new resource-ref element will be created and returned. |
SecurityIdentityType<ServiceBeanType<T>> |
getOrCreateSecurityIdentity()
If not already created, a new security-identity element with the given value will be created. |
ServiceRefType<ServiceBeanType<T>> |
getOrCreateServiceRef()
If not already created, a new service-ref element will be created and returned. |
String |
getSecurityDomain()
Returns the security-domain element |
String |
getXmbean()
Returns the xmbean element |
ServiceBeanType<T> |
homeJndiName(String homeJndiName)
Sets the home-jndi-name element |
ServiceBeanType<T> |
id(String id)
Sets the id attribute |
Boolean |
isClustered()
Returns the clustered element |
Boolean |
isConcurrent()
Returns the concurrent element |
ServiceBeanType<T> |
jndiBindingPolicy(String jndiBindingPolicy)
Sets the jndi-binding-policy element |
ServiceBeanType<T> |
jndiName(String jndiName)
Sets the jndi-name element |
ServiceBeanType<T> |
localJndiName(String localJndiName)
Sets the local-jndi-name element |
ServiceBeanType<T> |
management(String management)
Sets the management element |
ServiceBeanType<T> |
mappedName(String mappedName)
Sets the mapped-name element |
ServiceBeanType<T> |
objectName(String objectName)
Sets the object-name element |
ServiceBeanType<T> |
removeAllAnnotation()
Removes all annotation elements |
ServiceBeanType<T> |
removeAllBusinessLocal()
Removes the business-local element |
ServiceBeanType<T> |
removeAllBusinessRemote()
Removes the business-remote element |
ServiceBeanType<T> |
removeAllDepends()
Removes the depends element |
ServiceBeanType<T> |
removeAllDescription()
Removes the description element |
ServiceBeanType<T> |
removeAllDisplayName()
Removes the display-name element |
ServiceBeanType<T> |
removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
ServiceBeanType<T> |
removeAllEjbRef()
Removes all ejb-ref elements |
ServiceBeanType<T> |
removeAllEnvEntry()
Removes all env-entry elements |
ServiceBeanType<T> |
removeAllIcon()
Removes all icon elements |
ServiceBeanType<T> |
removeAllJndiRef()
Removes all jndi-ref elements |
ServiceBeanType<T> |
removeAllLocalBinding()
Removes all local-binding elements |
ServiceBeanType<T> |
removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
ServiceBeanType<T> |
removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
ServiceBeanType<T> |
removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
ServiceBeanType<T> |
removeAllPostConstruct()
Removes all post-construct elements |
ServiceBeanType<T> |
removeAllPreDestroy()
Removes all pre-destroy elements |
ServiceBeanType<T> |
removeAllRemoteBinding()
Removes all remote-binding elements |
ServiceBeanType<T> |
removeAllResourceEnvRef()
Removes all resource-env-ref elements |
ServiceBeanType<T> |
removeAllResourceRef()
Removes all resource-ref elements |
ServiceBeanType<T> |
removeAllServiceRef()
Removes all service-ref elements |
ServiceBeanType<T> |
removeAopDomainName()
Removes the aop-domain-name element |
ServiceBeanType<T> |
removeClusterConfig()
Removes the cluster-config element |
ServiceBeanType<T> |
removeClustered()
Removes the clustered element |
ServiceBeanType<T> |
removeConcurrent()
Removes the concurrent element |
ServiceBeanType<T> |
removeEjbClass()
Removes the ejb-class element |
ServiceBeanType<T> |
removeEjbName()
Removes the ejb-name element |
ServiceBeanType<T> |
removeEjbTimeoutIdentity()
Removes the ejb-timeout-identity element |
ServiceBeanType<T> |
removeHomeJndiName()
Removes the home-jndi-name element |
ServiceBeanType<T> |
removeId()
Removes the id attribute |
ServiceBeanType<T> |
removeIgnoreDependency()
Removes the ignore-dependency element |
ServiceBeanType<T> |
removeJndiBindingPolicy()
Removes the jndi-binding-policy element |
ServiceBeanType<T> |
removeJndiName()
Removes the jndi-name element |
ServiceBeanType<T> |
removeLocalJndiName()
Removes the local-jndi-name element |
ServiceBeanType<T> |
removeManagement()
Removes the management element |
ServiceBeanType<T> |
removeMappedName()
Removes the mapped-name element |
ServiceBeanType<T> |
removeMethodAttributes()
Removes the method-attributes element |
ServiceBeanType<T> |
removeObjectName()
Removes the object-name element |
ServiceBeanType<T> |
removePoolConfig()
Removes the pool-config element |
ServiceBeanType<T> |
removePortComponent()
Removes the port-component element |
ServiceBeanType<T> |
removeSecurityDomain()
Removes the security-domain element |
ServiceBeanType<T> |
removeSecurityIdentity()
Removes the security-identity element |
ServiceBeanType<T> |
removeXmbean()
Removes the xmbean element |
ServiceBeanType<T> |
securityDomain(String securityDomain)
Sets the security-domain element |
ServiceBeanType<T> |
xmbean(String xmbean)
Sets the xmbean element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ServiceBeanType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
ServiceBeanType
List<String> getAllDescription()
description
elements
description
ServiceBeanType<T> removeAllDescription()
description
element
ServiceBeanType
ServiceBeanType<T> displayName(String... values)
display-name
elements,
a new display-name
element
values
- list of display-name
objects
ServiceBeanType
List<String> getAllDisplayName()
display-name
elements
display-name
ServiceBeanType<T> removeAllDisplayName()
display-name
element
ServiceBeanType
IconType<ServiceBeanType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.
icon
IconType<ServiceBeanType<T>> createIcon()
icon
element
IconType>
List<IconType<ServiceBeanType<T>>> getAllIcon()
icon
elements
icon
ServiceBeanType<T> removeAllIcon()
icon
elements
IconType>
EnvEntryType<ServiceBeanType<T>> getOrCreateEnvEntry()
env-entry
element will be created and returned.
Otherwise, the first existing env-entry
element will be returned.
env-entry
EnvEntryType<ServiceBeanType<T>> createEnvEntry()
env-entry
element
EnvEntryType>
List<EnvEntryType<ServiceBeanType<T>>> getAllEnvEntry()
env-entry
elements
env-entry
ServiceBeanType<T> removeAllEnvEntry()
env-entry
elements
EnvEntryType>
EjbRefType<ServiceBeanType<T>> getOrCreateEjbRef()
ejb-ref
element will be created and returned.
Otherwise, the first existing ejb-ref
element will be returned.
ejb-ref
EjbRefType<ServiceBeanType<T>> createEjbRef()
ejb-ref
element
EjbRefType>
List<EjbRefType<ServiceBeanType<T>>> getAllEjbRef()
ejb-ref
elements
ejb-ref
ServiceBeanType<T> removeAllEjbRef()
ejb-ref
elements
EjbRefType>
EjbLocalRefType<ServiceBeanType<T>> getOrCreateEjbLocalRef()
ejb-local-ref
element will be created and returned.
Otherwise, the first existing ejb-local-ref
element will be returned.
ejb-local-ref
EjbLocalRefType<ServiceBeanType<T>> createEjbLocalRef()
ejb-local-ref
element
EjbLocalRefType>
List<EjbLocalRefType<ServiceBeanType<T>>> getAllEjbLocalRef()
ejb-local-ref
elements
ejb-local-ref
ServiceBeanType<T> removeAllEjbLocalRef()
ejb-local-ref
elements
EjbLocalRefType>
ResourceRefType<ServiceBeanType<T>> getOrCreateResourceRef()
resource-ref
element will be created and returned.
Otherwise, the first existing resource-ref
element will be returned.
resource-ref
ResourceRefType<ServiceBeanType<T>> createResourceRef()
resource-ref
element
ResourceRefType>
List<ResourceRefType<ServiceBeanType<T>>> getAllResourceRef()
resource-ref
elements
resource-ref
ServiceBeanType<T> removeAllResourceRef()
resource-ref
elements
ResourceRefType>
ResourceEnvRefType<ServiceBeanType<T>> getOrCreateResourceEnvRef()
resource-env-ref
element will be created and returned.
Otherwise, the first existing resource-env-ref
element will be returned.
resource-env-ref
ResourceEnvRefType<ServiceBeanType<T>> createResourceEnvRef()
resource-env-ref
element
ResourceEnvRefType>
List<ResourceEnvRefType<ServiceBeanType<T>>> getAllResourceEnvRef()
resource-env-ref
elements
resource-env-ref
ServiceBeanType<T> removeAllResourceEnvRef()
resource-env-ref
elements
ResourceEnvRefType>
MessageDestinationRefType<ServiceBeanType<T>> getOrCreateMessageDestinationRef()
message-destination-ref
element will be created and returned.
Otherwise, the first existing message-destination-ref
element will be returned.
message-destination-ref
MessageDestinationRefType<ServiceBeanType<T>> createMessageDestinationRef()
message-destination-ref
element
MessageDestinationRefType>
List<MessageDestinationRefType<ServiceBeanType<T>>> getAllMessageDestinationRef()
message-destination-ref
elements
message-destination-ref
ServiceBeanType<T> removeAllMessageDestinationRef()
message-destination-ref
elements
MessageDestinationRefType>
PersistenceContextRefType<ServiceBeanType<T>> getOrCreatePersistenceContextRef()
persistence-context-ref
element will be created and returned.
Otherwise, the first existing persistence-context-ref
element will be returned.
persistence-context-ref
PersistenceContextRefType<ServiceBeanType<T>> createPersistenceContextRef()
persistence-context-ref
element
PersistenceContextRefType>
List<PersistenceContextRefType<ServiceBeanType<T>>> getAllPersistenceContextRef()
persistence-context-ref
elements
persistence-context-ref
ServiceBeanType<T> removeAllPersistenceContextRef()
persistence-context-ref
elements
PersistenceContextRefType>
PersistenceUnitRefType<ServiceBeanType<T>> getOrCreatePersistenceUnitRef()
persistence-unit-ref
element will be created and returned.
Otherwise, the first existing persistence-unit-ref
element will be returned.
persistence-unit-ref
PersistenceUnitRefType<ServiceBeanType<T>> createPersistenceUnitRef()
persistence-unit-ref
element
PersistenceUnitRefType>
List<PersistenceUnitRefType<ServiceBeanType<T>>> getAllPersistenceUnitRef()
persistence-unit-ref
elements
persistence-unit-ref
ServiceBeanType<T> removeAllPersistenceUnitRef()
persistence-unit-ref
elements
PersistenceUnitRefType>
LifecycleCallbackType<ServiceBeanType<T>> getOrCreatePostConstruct()
post-construct
element will be created and returned.
Otherwise, the first existing post-construct
element will be returned.
post-construct
LifecycleCallbackType<ServiceBeanType<T>> createPostConstruct()
post-construct
element
LifecycleCallbackType>
List<LifecycleCallbackType<ServiceBeanType<T>>> getAllPostConstruct()
post-construct
elements
post-construct
ServiceBeanType<T> removeAllPostConstruct()
post-construct
elements
LifecycleCallbackType>
LifecycleCallbackType<ServiceBeanType<T>> getOrCreatePreDestroy()
pre-destroy
element will be created and returned.
Otherwise, the first existing pre-destroy
element will be returned.
pre-destroy
LifecycleCallbackType<ServiceBeanType<T>> createPreDestroy()
pre-destroy
element
LifecycleCallbackType>
List<LifecycleCallbackType<ServiceBeanType<T>>> getAllPreDestroy()
pre-destroy
elements
pre-destroy
ServiceBeanType<T> removeAllPreDestroy()
pre-destroy
elements
LifecycleCallbackType>
ServiceRefType<ServiceBeanType<T>> getOrCreateServiceRef()
service-ref
element will be created and returned.
Otherwise, the first existing service-ref
element will be returned.
service-ref
ServiceRefType<ServiceBeanType<T>> createServiceRef()
service-ref
element
ServiceRefType>
List<ServiceRefType<ServiceBeanType<T>>> getAllServiceRef()
service-ref
elements
service-ref
ServiceBeanType<T> removeAllServiceRef()
service-ref
elements
ServiceRefType>
ServiceBeanType<T> ejbName(String ejbName)
ejb-name
element
ejbName
- the value for the element ejb-name
ServiceBeanType
String getEjbName()
ejb-name
element
ejb-name
ServiceBeanType<T> removeEjbName()
ejb-name
element
ServiceBeanType
ServiceBeanType<T> mappedName(String mappedName)
mapped-name
element
mappedName
- the value for the element mapped-name
ServiceBeanType
String getMappedName()
mapped-name
element
mapped-name
ServiceBeanType<T> removeMappedName()
mapped-name
element
ServiceBeanType
ServiceBeanType<T> businessLocal(String... values)
business-local
elements,
a new business-local
element
values
- list of business-local
objects
ServiceBeanType
List<String> getAllBusinessLocal()
business-local
elements
business-local
ServiceBeanType<T> removeAllBusinessLocal()
business-local
element
ServiceBeanType
ServiceBeanType<T> businessRemote(String... values)
business-remote
elements,
a new business-remote
element
values
- list of business-remote
objects
ServiceBeanType
List<String> getAllBusinessRemote()
business-remote
elements
business-remote
ServiceBeanType<T> removeAllBusinessRemote()
business-remote
element
ServiceBeanType
ServiceBeanType<T> ejbClass(String ejbClass)
ejb-class
element
ejbClass
- the value for the element ejb-class
ServiceBeanType
String getEjbClass()
ejb-class
element
ejb-class
ServiceBeanType<T> removeEjbClass()
ejb-class
element
ServiceBeanType
SecurityIdentityType<ServiceBeanType<T>> getOrCreateSecurityIdentity()
security-identity
element with the given value will be created.
Otherwise, the existing security-identity
element will be returned.
SecurityIdentityType>
ServiceBeanType<T> removeSecurityIdentity()
security-identity
element
ServiceBeanType
ServiceBeanType<T> objectName(String objectName)
object-name
element
objectName
- the value for the element object-name
ServiceBeanType
String getObjectName()
object-name
element
object-name
ServiceBeanType<T> removeObjectName()
object-name
element
ServiceBeanType
ServiceBeanType<T> management(String management)
management
element
management
- the value for the element management
ServiceBeanType
String getManagement()
management
element
management
ServiceBeanType<T> removeManagement()
management
element
ServiceBeanType
ServiceBeanType<T> xmbean(String xmbean)
xmbean
element
xmbean
- the value for the element xmbean
ServiceBeanType
String getXmbean()
xmbean
element
xmbean
ServiceBeanType<T> removeXmbean()
xmbean
element
ServiceBeanType
LocalBindingType<ServiceBeanType<T>> getOrCreateLocalBinding()
local-binding
element will be created and returned.
Otherwise, the first existing local-binding
element will be returned.
local-binding
LocalBindingType<ServiceBeanType<T>> createLocalBinding()
local-binding
element
LocalBindingType>
List<LocalBindingType<ServiceBeanType<T>>> getAllLocalBinding()
local-binding
elements
local-binding
ServiceBeanType<T> removeAllLocalBinding()
local-binding
elements
LocalBindingType>
RemoteBindingType<ServiceBeanType<T>> getOrCreateRemoteBinding()
remote-binding
element will be created and returned.
Otherwise, the first existing remote-binding
element will be returned.
remote-binding
RemoteBindingType<ServiceBeanType<T>> createRemoteBinding()
remote-binding
element
RemoteBindingType>
List<RemoteBindingType<ServiceBeanType<T>>> getAllRemoteBinding()
remote-binding
elements
remote-binding
ServiceBeanType<T> removeAllRemoteBinding()
remote-binding
elements
RemoteBindingType>
ServiceBeanType<T> jndiName(String jndiName)
jndi-name
element
jndiName
- the value for the element jndi-name
ServiceBeanType
String getJndiName()
jndi-name
element
jndi-name
ServiceBeanType<T> removeJndiName()
jndi-name
element
ServiceBeanType
ServiceBeanType<T> homeJndiName(String homeJndiName)
home-jndi-name
element
homeJndiName
- the value for the element home-jndi-name
ServiceBeanType
String getHomeJndiName()
home-jndi-name
element
home-jndi-name
ServiceBeanType<T> removeHomeJndiName()
home-jndi-name
element
ServiceBeanType
ServiceBeanType<T> localJndiName(String localJndiName)
local-jndi-name
element
localJndiName
- the value for the element local-jndi-name
ServiceBeanType
String getLocalJndiName()
local-jndi-name
element
local-jndi-name
ServiceBeanType<T> removeLocalJndiName()
local-jndi-name
element
ServiceBeanType
ServiceBeanType<T> jndiBindingPolicy(String jndiBindingPolicy)
jndi-binding-policy
element
jndiBindingPolicy
- the value for the element jndi-binding-policy
ServiceBeanType
String getJndiBindingPolicy()
jndi-binding-policy
element
jndi-binding-policy
ServiceBeanType<T> removeJndiBindingPolicy()
jndi-binding-policy
element
ServiceBeanType
ServiceBeanType<T> clustered(Boolean clustered)
clustered
element
clustered
- the value for the element clustered
ServiceBeanType
Boolean isClustered()
clustered
element
clustered
ServiceBeanType<T> removeClustered()
clustered
element
ServiceBeanType
ClusterConfigType<ServiceBeanType<T>> getOrCreateClusterConfig()
cluster-config
element with the given value will be created.
Otherwise, the existing cluster-config
element will be returned.
ClusterConfigType>
ServiceBeanType<T> removeClusterConfig()
cluster-config
element
ServiceBeanType
ServiceBeanType<T> securityDomain(String securityDomain)
security-domain
element
securityDomain
- the value for the element security-domain
ServiceBeanType
String getSecurityDomain()
security-domain
element
security-domain
ServiceBeanType<T> removeSecurityDomain()
security-domain
element
ServiceBeanType
MethodAttributesType<ServiceBeanType<T>> getOrCreateMethodAttributes()
method-attributes
element with the given value will be created.
Otherwise, the existing method-attributes
element will be returned.
MethodAttributesType>
ServiceBeanType<T> removeMethodAttributes()
method-attributes
element
ServiceBeanType
ServiceBeanType<T> depends(String... values)
depends
elements,
a new depends
element
values
- list of depends
objects
ServiceBeanType
List<String> getAllDepends()
depends
elements
depends
ServiceBeanType<T> removeAllDepends()
depends
element
ServiceBeanType
AnnotationType<ServiceBeanType<T>> getOrCreateAnnotation()
annotation
element will be created and returned.
Otherwise, the first existing annotation
element will be returned.
annotation
AnnotationType<ServiceBeanType<T>> createAnnotation()
annotation
element
AnnotationType>
List<AnnotationType<ServiceBeanType<T>>> getAllAnnotation()
annotation
elements
annotation
ServiceBeanType<T> removeAllAnnotation()
annotation
elements
AnnotationType>
IgnoreDependencyType<ServiceBeanType<T>> getOrCreateIgnoreDependency()
ignore-dependency
element with the given value will be created.
Otherwise, the existing ignore-dependency
element will be returned.
IgnoreDependencyType>
ServiceBeanType<T> removeIgnoreDependency()
ignore-dependency
element
ServiceBeanType
ServiceBeanType<T> aopDomainName(String aopDomainName)
aop-domain-name
element
aopDomainName
- the value for the element aop-domain-name
ServiceBeanType
String getAopDomainName()
aop-domain-name
element
aop-domain-name
ServiceBeanType<T> removeAopDomainName()
aop-domain-name
element
ServiceBeanType
PoolConfigType<ServiceBeanType<T>> getOrCreatePoolConfig()
pool-config
element with the given value will be created.
Otherwise, the existing pool-config
element will be returned.
PoolConfigType>
ServiceBeanType<T> removePoolConfig()
pool-config
element
ServiceBeanType
ServiceBeanType<T> concurrent(Boolean concurrent)
concurrent
element
concurrent
- the value for the element concurrent
ServiceBeanType
Boolean isConcurrent()
concurrent
element
concurrent
ServiceBeanType<T> removeConcurrent()
concurrent
element
ServiceBeanType
JndiRefType<ServiceBeanType<T>> getOrCreateJndiRef()
jndi-ref
element will be created and returned.
Otherwise, the first existing jndi-ref
element will be returned.
jndi-ref
JndiRefType<ServiceBeanType<T>> createJndiRef()
jndi-ref
element
JndiRefType>
List<JndiRefType<ServiceBeanType<T>>> getAllJndiRef()
jndi-ref
elements
jndi-ref
ServiceBeanType<T> removeAllJndiRef()
jndi-ref
elements
JndiRefType>
PortComponentType<ServiceBeanType<T>> getOrCreatePortComponent()
port-component
element with the given value will be created.
Otherwise, the existing port-component
element will be returned.
PortComponentType>
ServiceBeanType<T> removePortComponent()
port-component
element
ServiceBeanType
SecurityIdentityType<ServiceBeanType<T>> getOrCreateEjbTimeoutIdentity()
ejb-timeout-identity
element with the given value will be created.
Otherwise, the existing ejb-timeout-identity
element will be returned.
SecurityIdentityType>
ServiceBeanType<T> removeEjbTimeoutIdentity()
ejb-timeout-identity
element
ServiceBeanType
ServiceBeanType<T> id(String id)
id
attribute
id
- the value for the attribute id
ServiceBeanType
String getId()
id
attribute
id
ServiceBeanType<T> removeId()
id
attribute
ServiceBeanType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |