| |
|
| org.ow2.easybeans.deployment.api.IJAnnotationResource
All known Subclasses: org.ow2.easybeans.deployment.annotations.impl.JAnnotationResource,
IJAnnotationResource | public interface IJAnnotationResource (Code) | | Manages Resource annotation.
author: Florent BENOIT |
getAuthenticationType | AuthenticationType getAuthenticationType()(Code) | | the authentication type. |
getDescription | String getDescription()(Code) | | the description. |
getName | String getName()(Code) | | Name (resource to be looked up). |
getType | String getType()(Code) | | the type of resource (class). |
isShareable | boolean isShareable()(Code) | | true if it is shareable. |
setAuthenticationType | void setAuthenticationType(AuthenticationType authenticationType)(Code) | | Sets the authentication type.
Parameters: authenticationType - value to set. |
setDescription | void setDescription(String description)(Code) | | Sets the description.
Parameters: description - value to set. |
setMappedName | void setMappedName(String mappedName)(Code) | | Sets mapped Name.
Parameters: mappedName - the given mappedName. |
setName | void setName(String name)(Code) | | Sets Name (resource to be looked up).
Parameters: name - the given name. |
setShareable | void setShareable(boolean shareable)(Code) | | Sets the shareable attribute (false/true).
Parameters: shareable - a boolean. |
setType | void setType(String type)(Code) | | Sets the class type of this object.
Parameters: type - the class value (as string format). |
|
|
|