|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.smartgears.handlers.container.lifecycle.ProfilePublisher
public class ProfilePublisher
Publishes the resource profile of the container.
Distinguishes publication in new scopes (#addTo(List) from publication updates in existing scopes (#update(List).
| Constructor Summary | |
|---|---|
ProfilePublisher(ContainerContext context)
Creates an instance for the container. |
|
| Method Summary | |
|---|---|
void |
addTo(Collection<String> scopes)
Adds the current resource profile of the application in one or more scopes. |
void |
update()
Updates the current resource profile of the application in its current scopes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfilePublisher(ContainerContext context)
context - the context of the application| Method Detail |
|---|
public void addTo(Collection<String> scopes)
scopes - the scopespublic void update()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||