org.netbeans.modules.j2ee.dd.api.ejb
Interface MethodPermission
- All Superinterfaces:
- CommonDDBean
public interface MethodPermission
- extends CommonDDBean
ROLE_NAME
static final String ROLE_NAME
- See Also:
- Constant Field Values
UNCHECKED
static final String UNCHECKED
- See Also:
- Constant Field Values
UNCHECKEDID
static final String UNCHECKEDID
- See Also:
- Constant Field Values
METHOD
static final String METHOD
- See Also:
- Constant Field Values
setRoleName
void setRoleName(int index,
String value)
getRoleName
String getRoleName(int index)
setRoleName
void setRoleName(String[] value)
getRoleName
String[] getRoleName()
sizeRoleName
int sizeRoleName()
removeRoleName
int removeRoleName(String value)
addRoleName
int addRoleName(String value)
setUnchecked
void setUnchecked(boolean value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
isUnchecked
boolean isUnchecked()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMethod
void setMethod(int index,
Method value)
getMethod
Method getMethod(int index)
setMethod
void setMethod(Method[] value)
getMethod
Method[] getMethod()
addMethod
int addMethod(Method value)
sizeMethod
int sizeMethod()
removeMethod
int removeMethod(Method value)
newMethod
Method newMethod()