loader
Class ResourceRequest

java.lang.Object
  |
  +--loader.ResourceRequest

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

It is used to sent the request for a resource to the server.

It could also store some further information.

Version:
1.2 August 2000
Author:
Lorenzo Bettini - bettini@dsi.unifi.it, Donato Cappetta - cappetta@infomedia.it
See Also:
Serialized Form

Constructor Summary
ResourceRequest(java.lang.String name, java.lang.String type)
          Costructor
 
Method Summary
 java.lang.String getResourceName()
          return the name of the resource
 java.lang.String getResourceType()
          return the type of the resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRequest

public ResourceRequest(java.lang.String name,
                       java.lang.String type)
Costructor
Parameters:
name - the complete name of the resource
type - the type of the resource (CLASS, BINARY)
Method Detail

getResourceName

public java.lang.String getResourceName()
return the name of the resource

getResourceType

public java.lang.String getResourceType()
return the type of the resource