public class RemotingPermission extends BasicPermission
| Constructor and Description |
|---|
RemotingPermission(String name)
Creates a new
EndpointPermission object with the specified name. |
RemotingPermission(String name,
String actions)
Creates a new
EndpointPermission object with the specified name. |
equals, getActions, hashCode, implies, newPermissionCollectioncheckGuard, getName, toStringpublic RemotingPermission(String name) throws NullPointerException, IllegalArgumentException
EndpointPermission object with the specified name.
The name is the symbolic name of the EndpointPermission.name - the name of the EndpointPermissionNullPointerException - if name is nullIllegalArgumentException - if name is emptypublic RemotingPermission(String name, String actions) throws NullPointerException, IllegalArgumentException
EndpointPermission object with the specified name.
The name is the symbolic name of the EndpointPermission, and the
actions string is currently unused.name - the name of the EndpointPermissionactions - ignoredNullPointerException - if name is nullIllegalArgumentException - if name is emptyCopyright © 2012 JBoss by Red Hat. All Rights Reserved.