| |
|
| java.lang.Object java.security.Permission javax.microedition.xlet.ixc.IxcPermission
getMask | int getMask()(Code) | | Return the current action mask. Used by the IxcPermissionCollection.
the actions mask. |
hashCode | public int hashCode()(Code) | | |
impliesIgnoreMask | boolean impliesIgnoreMask(IxcPermission that)(Code) | | Checks if the Permission's actions are a proper subset of the
this object's actions. Returns the effective mask iff the
this IxcPermission's path also implies that IxcPermission's path.
Parameters: that - the IxcPermission to check against. Parameters: exact - return immediatly if the masks are not equal the effective mask |
|
|
|