|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJAnnotationResource
Manages Resource annotation.
| Method Summary | |
|---|---|
javax.annotation.Resource.AuthenticationType |
getAuthenticationType()
|
String |
getDescription()
|
String |
getLookup()
|
String |
getMappedName()
|
String |
getMessageDestinationLink()
|
String |
getName()
|
String |
getType()
|
boolean |
isShareable()
|
void |
setAuthenticationType(javax.annotation.Resource.AuthenticationType authenticationType)
Sets the authentication type. |
void |
setDescription(String description)
Sets the description. |
void |
setLookup(String lookup)
Sets the lookup. |
void |
setMappedName(String mappedName)
Sets mapped Name. |
void |
setMessageDestinationLink(String messageDestinationLink)
Sets the message destination link. |
void |
setName(String name)
Sets Name (resource to be looked up). |
void |
setShareable(boolean shareable)
Sets the shareable attribute (false/true). |
void |
setType(String type)
Sets the class type of this object. |
| Method Detail |
|---|
String getName()
void setName(String name)
name - the given name.javax.annotation.Resource.AuthenticationType getAuthenticationType()
void setAuthenticationType(javax.annotation.Resource.AuthenticationType authenticationType)
authenticationType - value to set.String getDescription()
void setDescription(String description)
description - value to set.String getLookup()
void setLookup(String lookup)
lookup - name to lookup.boolean isShareable()
void setShareable(boolean shareable)
shareable - a boolean.String getType()
void setType(String type)
type - the class value (as string format).String getMappedName()
void setMappedName(String mappedName)
mappedName - the given mappedName.String getMessageDestinationLink()
void setMessageDestinationLink(String messageDestinationLink)
messageDestinationLink - the link value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||