![]() |
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.rmi | Provides the RMI package. |
Uses of SecurityManager in java.lang |
---|
Modifier and Type | Method and Description |
---|---|
static SecurityManager |
System.getSecurityManager()
Gets the system security interface. |
Modifier and Type | Method and Description |
---|---|
static void |
System.setSecurityManager(SecurityManager s)
Sets the System security. |
Uses of SecurityManager in java.rmi |
---|
Modifier and Type | Class and Description |
---|---|
class |
RMISecurityManager
A subclass of SecurityManager used by RMI applications that use
downloaded code. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.