|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JbossType<T>
This interface defines the contract for the jbossType
xsd type
Original Documentation:
The jboss element is the root element of the jboss.xml file. It contains
all the information used by jboss but not described in the ejb-jar.xml file. All of it is
optional. 1- the application assembler can define custom container configurations for the
beans. Standard configurations are provided in standardjboss.xml 2- the deployer can
override the jndi names under which the beans are deployed 3- the deployer can specify
runtime jndi names for resource managers.
Method Summary | |
---|---|
AssemblyDescriptorType<JbossType<T>> |
assemblyDescriptor()
If not already created, a new assembly-descriptor element will be created and returned. |
EnterpriseBeansType<JbossType<T>> |
enterpriseBeans()
If not already created, a new enterprise-beans element will be created and returned. |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
java.util.List<IconType<JbossType<T>>> |
getIconList()
Returns all icon elements |
java.lang.String |
getJaccContextId()
Returns the jacc-context-id element |
java.lang.String |
getJmxName()
Returns the jmx-name element |
java.lang.String |
getJndiBindingPolicy()
Returns the jndi-binding-policy element |
java.lang.String |
getSecurityDomain()
Returns the security-domain element |
java.lang.String |
getUnauthenticatedPrincipal()
Returns the unauthenticated-principal element |
java.lang.String |
getVersion()
Returns the version element |
IconType<JbossType<T>> |
icon()
Returns the icon element |
java.lang.Boolean |
isMetadataComplete()
Returns the metadata-complete element |
java.lang.Boolean |
isMissingMethodPermissionsExcludedMode()
Returns the missing-method-permissions-excluded-mode element |
LoaderRepositoryType<JbossType<T>> |
loaderRepository()
If not already created, a new loader-repository element will be created and returned. |
JbossType<T> |
removeAllDescription()
Removes the description element |
JbossType<T> |
removeAllDisplayName()
Removes the display-name element |
JbossType<T> |
removeAllIcon()
Removes all icon elements |
JbossType<T> |
removeAssemblyDescriptor()
Removes the assembly-descriptor element |
JbossType<T> |
removeEnterpriseBeans()
Removes the enterprise-beans element |
JbossType<T> |
removeJaccContextId()
Removes the jacc-context-id element |
JbossType<T> |
removeJmxName()
Removes the jmx-name element |
JbossType<T> |
removeJndiBindingPolicy()
Removes the jndi-binding-policy element |
JbossType<T> |
removeLoaderRepository()
Removes the loader-repository element |
JbossType<T> |
removeMetadataComplete()
Removes the metadata-complete attribute |
JbossType<T> |
removeMissingMethodPermissionsExcludedMode()
Removes the missing-method-permissions-excluded-mode element |
JbossType<T> |
removeResourceManagers()
Removes the resource-managers element |
JbossType<T> |
removeSecurityDomain()
Removes the security-domain element |
JbossType<T> |
removeUnauthenticatedPrincipal()
Removes the unauthenticated-principal element |
JbossType<T> |
removeVersion()
Removes the version attribute |
JbossType<T> |
removeWebservices()
Removes the webservices element |
ResourceManagersType<JbossType<T>> |
resourceManagers()
If not already created, a new resource-managers element will be created and returned. |
JbossType<T> |
setDescription(java.lang.String description)
Creates a new description element |
JbossType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
JbossType<T> |
setDisplayName(java.lang.String displayName)
Creates a new display-name element |
JbossType<T> |
setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
JbossType<T> |
setJaccContextId(java.lang.String jaccContextId)
If not already created, a new jacc-context-id element with the given value will be created. |
JbossType<T> |
setJmxName(java.lang.String jmxName)
If not already created, a new jmx-name element with the given value will be created. |
JbossType<T> |
setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
If not already created, a new jndi-binding-policy element with the given value will be created. |
JbossType<T> |
setMetadataComplete(java.lang.Boolean metadataComplete)
Sets the metadata-complete attribute |
JbossType<T> |
setMissingMethodPermissionsExcludedMode(java.lang.Boolean missingMethodPermissionsExcludedMode)
If not already created, a new missing-method-permissions-excluded-mode element with the given value will be created. |
JbossType<T> |
setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
JbossType<T> |
setUnauthenticatedPrincipal(java.lang.String unauthenticatedPrincipal)
If not already created, a new unauthenticated-principal element with the given value will be created. |
JbossType<T> |
setVersion(java.lang.String version)
Sets the version attribute |
WebservicesType<JbossType<T>> |
webservices()
If not already created, a new webservices element will be created and returned. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
JbossType<T> setDescription(java.lang.String description)
description
element
JbossType
JbossType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
JbossType
JbossType<T> removeAllDescription()
description
element
JbossType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
JbossType<T> setDisplayName(java.lang.String displayName)
display-name
element
JbossType
JbossType<T> setDisplayNameList(java.lang.String... values)
display-name
elements,
a new display-name
element
list
- of display-name
objects
JbossType
JbossType<T> removeAllDisplayName()
display-name
element
JbossType
java.util.List<java.lang.String> getDisplayNameList()
display-name
elements
display-name
JbossType<T> removeAllIcon()
icon
elements
JbossType
IconType<JbossType<T>> icon()
icon
element
icon
java.util.List<IconType<JbossType<T>>> getIconList()
icon
elements
icon
JbossType<T> removeLoaderRepository()
loader-repository
element
JbossType
LoaderRepositoryType<JbossType<T>> loaderRepository()
loader-repository
element will be created and returned.
Otherwise, the existing loader-repository
element will be returned.
loader-repository
JbossType<T> setJmxName(java.lang.String jmxName)
jmx-name
element with the given value will be created.
Otherwise, the existing jmx-name
element will be updated with the given value.
JbossType
JbossType<T> removeJmxName()
jmx-name
element
JbossType
java.lang.String getJmxName()
jmx-name
element
jmx-name
JbossType<T> setSecurityDomain(java.lang.String securityDomain)
security-domain
element with the given value will be created.
Otherwise, the existing security-domain
element will be updated with the given value.
JbossType
JbossType<T> removeSecurityDomain()
security-domain
element
JbossType
java.lang.String getSecurityDomain()
security-domain
element
security-domain
JbossType<T> setMissingMethodPermissionsExcludedMode(java.lang.Boolean missingMethodPermissionsExcludedMode)
missing-method-permissions-excluded-mode
element with the given value will be created.
Otherwise, the existing missing-method-permissions-excluded-mode
element will be updated with the given value.
JbossType
JbossType<T> removeMissingMethodPermissionsExcludedMode()
missing-method-permissions-excluded-mode
element
JbossType
java.lang.Boolean isMissingMethodPermissionsExcludedMode()
missing-method-permissions-excluded-mode
element
missing-method-permissions-excluded-mode
JbossType<T> setUnauthenticatedPrincipal(java.lang.String unauthenticatedPrincipal)
unauthenticated-principal
element with the given value will be created.
Otherwise, the existing unauthenticated-principal
element will be updated with the given value.
JbossType
JbossType<T> removeUnauthenticatedPrincipal()
unauthenticated-principal
element
JbossType
java.lang.String getUnauthenticatedPrincipal()
unauthenticated-principal
element
unauthenticated-principal
JbossType<T> setJndiBindingPolicy(java.lang.String jndiBindingPolicy)
jndi-binding-policy
element with the given value will be created.
Otherwise, the existing jndi-binding-policy
element will be updated with the given value.
JbossType
JbossType<T> removeJndiBindingPolicy()
jndi-binding-policy
element
JbossType
java.lang.String getJndiBindingPolicy()
jndi-binding-policy
element
jndi-binding-policy
JbossType<T> setJaccContextId(java.lang.String jaccContextId)
jacc-context-id
element with the given value will be created.
Otherwise, the existing jacc-context-id
element will be updated with the given value.
JbossType
JbossType<T> removeJaccContextId()
jacc-context-id
element
JbossType
java.lang.String getJaccContextId()
jacc-context-id
element
jacc-context-id
JbossType<T> removeWebservices()
webservices
element
JbossType
WebservicesType<JbossType<T>> webservices()
webservices
element will be created and returned.
Otherwise, the existing webservices
element will be returned.
webservices
JbossType<T> removeEnterpriseBeans()
enterprise-beans
element
JbossType
EnterpriseBeansType<JbossType<T>> enterpriseBeans()
enterprise-beans
element will be created and returned.
Otherwise, the existing enterprise-beans
element will be returned.
enterprise-beans
JbossType<T> removeAssemblyDescriptor()
assembly-descriptor
element
JbossType
AssemblyDescriptorType<JbossType<T>> assemblyDescriptor()
assembly-descriptor
element will be created and returned.
Otherwise, the existing assembly-descriptor
element will be returned.
assembly-descriptor
JbossType<T> removeResourceManagers()
resource-managers
element
JbossType
ResourceManagersType<JbossType<T>> resourceManagers()
resource-managers
element will be created and returned.
Otherwise, the existing resource-managers
element will be returned.
resource-managers
JbossType<T> setVersion(java.lang.String version)
version
attribute
version
- the value for the attribute version
JbossType
JbossType<T> removeVersion()
version
attribute
JbossType
java.lang.String getVersion()
version
element
version
JbossType<T> setMetadataComplete(java.lang.Boolean metadataComplete)
metadata-complete
attribute
metadataComplete
- the value for the attribute metadata-complete
JbossType
JbossType<T> removeMetadataComplete()
metadata-complete
attribute
JbossType
java.lang.Boolean isMetadataComplete()
metadata-complete
element
metadata-complete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |