Package com.gigaspaces.lrmi.classloading
Class ClassDefinitionRequest
java.lang.Object
com.gigaspaces.lrmi.classloading.ClassDefinitionRequest
- All Implemented Interfaces:
Serializable
Request for a class definition, includes class name, classloader id and type of resource to retrieve (CLASS or RESOURCE file)
- Since:
- 15.0
- Author:
- alon shoham
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassDefinitionRequest(long classLoaderId, String className, FileType fileType) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
ClassDefinitionRequest
public ClassDefinitionRequest() -
ClassDefinitionRequest
-
-
Method Details
-
getClassName
-
getClassLoaderId
public long getClassLoaderId() -
getFileType
-
getResourceName
-