|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegistryNodeFactory
Do not use this class anymore, use Common Server SPI to display nodes.
This interface allows plugin to create all the registry nodes
(other than the root node) as Node subclasses,
and use FilterNode to generate the display,
adding infrastructure actions in, and exposing certain infrastructure to
the plugins for use in constructing nodes.
Use a look-like infrastructure so migration to looks can happen easier.
Plugins need to register an instance of this class in module layer in folder
J2EE/DeploymentPlugins/{plugin_name}.
Node,
FilterNode| Method Summary | |
|---|---|
Node |
getManagerNode(Lookup lookup)
Deprecated. Return node representing the admin server. |
Node |
getTargetNode(Lookup lookup)
Deprecated. Provide node representing Deployment API Target object. |
| Method Detail |
|---|
Node getManagerNode(Lookup lookup)
lookup - will contain DeploymentFactory, DeploymentManager, Management objects.
Node getTargetNode(Lookup lookup)
lookup - will contain DeploymentFactory, DeploymentManager, Target, Management objects.
|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||