public interface RemotePrivilege extends Remote
Privilege
interface. Used by the
ServerPrivilege
and
ClientPrivilege
adapter base classes to provide transparent RMI access to
remote item definitions.
The methods in this interface are documented only with a reference to a corresponding Privilege method. The remote object will simply forward the method call to the underlying Privilege instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.
Privilege
,
ClientPrivilege
,
ServerPrivilege
Modifier and Type | Method and Description |
---|---|
RemotePrivilege[] |
getAggregatePrivileges() |
RemotePrivilege[] |
getDeclaredAggregatePrivileges() |
String |
getName() |
boolean |
isAbstract() |
boolean |
isAggregate() |
RemotePrivilege[] getAggregatePrivileges() throws RemoteException
RemoteException
Privilege
RemotePrivilege[] getDeclaredAggregatePrivileges() throws RemoteException
RemoteException
Privilege
String getName() throws RemoteException
RemoteException
Privilege
boolean isAbstract() throws RemoteException
RemoteException
Privilege
boolean isAggregate() throws RemoteException
RemoteException
Privilege
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"