org.jppf.server.nio.classloader
Class CacheClassContent
java.lang.Object
org.jppf.server.nio.classloader.CacheClassContent
public class CacheClassContent
- extends Object
This class encapsulates the content oif a class cache entry.
- Author:
- Domingos Creado
|
Constructor Summary |
CacheClassContent(byte[] content)
Initialize this content with the specified data. |
|
Method Summary |
byte[] |
getContent()
Get the actual content of this element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheClassContent
public CacheClassContent(byte[] content)
- Initialize this content with the specified data.
- Parameters:
content - the data as an array of bytes.
getContent
public byte[] getContent()
- Get the actual content of this element.
- Returns:
- the data as an array of bytes.
Copyright © 2005-2010 JPPF Team.