|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajanta.server.ClassRequest
This class specifies the format of the message sent by a class loader to a class server, requesting it to return the bytecode for a particular class that it needs.
Constructor Summary | |
ClassRequest(java.lang.String n,
boolean e,
boolean s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassRequest(java.lang.String n, boolean e, boolean s)
n
- class name to look upe
- true if the bytecode need to be sent in encrypted forms
- true if bytecode need to be digitally signed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |