|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InfoDelegateFactory<T>
Common interface of delegate factories for use with Info and its
subclasses. See the getCustomDelegateFactoryClass() and
setCustomDelegateFactoryClass() methods in particular.
Implementation also requires implementations to provide a public, no-arg constructor.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
T |
getDelegate()
Produces a delegate instance; returns null if it cannot. |
void |
setOwnerMBean(BaseObjectNamed ownerMBean)
Called by owning InfoMBean to let factory know which MBean it will be servicing. |
| Method Detail |
|---|
T getDelegate()
void setOwnerMBean(BaseObjectNamed ownerMBean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||