|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.cmi.lb.loader.ArchiveWrapper
public class ArchiveWrapper
Wrapper for archive that contains load balancing policies/strategies.
| Constructor Summary | |
|---|---|
ArchiveWrapper()
Default constructor. |
|
ArchiveWrapper(byte[] data,
java.lang.Object archiveId)
Constructor using fields. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getArchiveId()
|
byte[] |
getData()
|
void |
setArchiveId(java.lang.Object archiveId)
|
void |
setData(byte[] data)
|
void |
setToBeInstalled(boolean toBeInstalled)
|
boolean |
toBeInstalled()
Check if the archive must be installed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchiveWrapper()
public ArchiveWrapper(byte[] data,
java.lang.Object archiveId)
data - Array data of the archive.archiveId - Id of the archive.| Method Detail |
|---|
public byte[] getData()
getData in interface org.ow2.cmi.loader.IArchiveWrapperpublic void setData(byte[] data)
setData in interface org.ow2.cmi.loader.IArchiveWrapperdata - Array data to setpublic void setArchiveId(java.lang.Object archiveId)
archiveId - The archiveId to setpublic java.lang.Object getArchiveId()
getArchiveId in interface org.ow2.cmi.loader.IArchiveWrapperpublic boolean toBeInstalled()
true if then, false otherwise.public void setToBeInstalled(boolean toBeInstalled)
toBeInstalled - the toBeInstalled to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||