|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.loader.ASURLClassLoader.URLEntry
protected static final class ASURLClassLoader.URLEntry
URL entry - keeps track of the url resources.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns true if two URL entries has equal URLs. |
int |
hashCode()
Since equals is overridden, we need to override hashCode as well. |
void |
setProtectionDomain(java.lang.ClassLoader ejbClassLoader,
java.security.cert.Certificate[] signers)
Sets ProtectionDomain with CodeSource including Signers in Entry for use in call to defineClass. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void setProtectionDomain(java.lang.ClassLoader ejbClassLoader,
java.security.cert.Certificate[] signers)
throws java.net.MalformedURLException
signers - the array of signer certs or null
java.net.MalformedURLExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - URLEntry to compare against
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||