|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
学习JAVA的目的更多的是培养自身的工作能力,我觉得工作能力的一个核心就是:独立思考能力,因为只有独立思考后,才会有自己的见解OverviewPackageClassUseTreeDeprecatedIndexHelpJavaTM2Platform
Std.Ed.v1.4.2PREVCLASSNEXTCLASSFRAMESNOFRAMESAllClassesSUMMARY:NESTED|FIELD|CONSTR|METHODDETAIL:FIELD|CONSTR|METHODjava.security
InterfaceGuard
AllKnownImplementingClasses:PermissionpublicinterfaceGuard
Thisinterfacerepresentsaguard,whichisanobjectthatisusedtoprotectaccesstoanotherobject.该接口暗示保卫,即用于回护对别的对象会见的对象。
Thisinterfacecontainsasinglemethod,checkGuard,withasingleobjectargument.checkGuardisinvoked(bytheGuardedObjectgetObjectmethod)todeterminewhetherornottoallowaccesstotheobject.该接口只包括一个checkGuard办法,只要一个object参数。由GuardedObject的getObject办法挪用checkGuard来断定是不是同意会见该对象。
SeeAlso:GuardedObjectMethodSummaryvoidcheckGuard(Objectobject)
Determineswhetherornottoallowaccesstotheguardedobjectobject.断定是不是同意会见受回护的对象object。
MethodDetail
checkGuard
- publicvoidcheckGuard(Objectobject)throwsSecurityException
复制代码 Determineswhetherornottoallowaccesstotheguardedobjectobject.Returnssilentlyifaccessisallowed.Otherwise,throwsaSecurityException.断定是不是同意会见受回护的对象object。假如会见同意,一般前往,不然抛出SecurityException。
Parameters:object-theobjectbeingprotectedbytheguard.受回护的对象。Throws:SecurityException-ifaccessisdenied.假如会见被回绝抛出。OverviewPackageClassUseTreeDeprecatedIndexHelpJavaTM2Platform
Std.Ed.v1.4.2PREVCLASSNEXTCLASSFRAMESNOFRAMESAllClassesSUMMARY:NESTED|FIELD|CONSTR|METHODDETAIL:FIELD|CONSTR|METHODSubmitabugorfeature
ForfurtherAPIreferenceanddeveloperdocumentation,seeJava2SDKSEDeveloperDocumentation.Thatdocumentationcontainsmoredetailed,developer-targeteddescriptions,withconceptualoverviews,definitionsofterms,workarounds,andworkingcodeexamples.Copyright2003SunMicrosystems,Inc.Allrightsreserved.Useissubjecttolicenseterms.Alsoseethedocumentationredistributionpolicy.
C#是不行的,比如说美国的航天飞船里就有java开发的程序以上是我的愚见,其实不管那种语言,你学好了,都能找到好的工作, |
|