|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.config.support.CreationDecorator.NoDecoration
@Service public static class CreationDecorator.NoDecoration
Default implementation of a decorator that does nothing.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.config.support.CreationDecorator |
|---|
CreationDecorator.NoDecoration |
| Constructor Summary | |
|---|---|
CreationDecorator.NoDecoration()
|
|
| Method Summary | |
|---|---|
void |
decorate(AdminCommandContext context,
org.jvnet.hk2.config.ConfigBeanProxy instance)
The element instance has been created and added to the parent, it can be customized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreationDecorator.NoDecoration()
| Method Detail |
|---|
public void decorate(AdminCommandContext context,
org.jvnet.hk2.config.ConfigBeanProxy instance)
throws org.jvnet.hk2.config.TransactionFailure,
java.beans.PropertyVetoException
CreationDecoratorTransaction
and instance is therefore a writeable view on the configuration component.
decorate in interface CreationDecorator<org.jvnet.hk2.config.ConfigBeanProxy>context - administration command contextinstance - newly created configuration element
org.jvnet.hk2.config.TransactionFailure - if the transaction should be rollbacked
java.beans.PropertyVetoException - if one of the listener of
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||