ajanta.server
Class ClassRequest

java.lang.Object
  |
  +--ajanta.server.ClassRequest
All Implemented Interfaces:
java.io.Serializable

public class ClassRequest
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ClassRequest

public ClassRequest(java.lang.String n,
                    boolean e,
                    boolean s)
Parameters:
n - class name to look up
e - true if the bytecode need to be sent in encrypted form
s - true if bytecode need to be digitally signed