|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPolicyStrategyLoader
Loaders are responsible of loading classes from an archive previously shared in the JGroups cluster. This is the interface implemented by all loaders.
| Method Summary | |
|---|---|
void |
loadArchive(java.lang.String deployDir,
IArchiveWrapper archive)
Gets load balancing policies/archives from the given archive
wrapper. |
void |
unLoadArchive(java.lang.Object archiveId)
Removes load balancing policies/strategies previously added from the given archive wrapper. |
| Method Detail |
|---|
void loadArchive(java.lang.String deployDir,
IArchiveWrapper archive)
archive
wrapper.
archive - The archive wrappervoid unLoadArchive(java.lang.Object archiveId)
archive wrapper.
archive - The archive wrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||