|
org.netbeans.modules.server/0 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerInstanceImplementation
The representation of the single server instance. Interface describes the instance and provides needed operations.
ServerInstanceProvider| Method Summary | |
|---|---|
Node |
getBasicNode()
Returns the node representing the instance while configuring it. |
JComponent |
getCustomizer()
Returns the component allowing the customization of the instance. |
String |
getDisplayName()
Returns the display name of the instance. |
Node |
getFullNode()
Returns the node representing the runtime instance. |
String |
getServerDisplayName()
Returns the display name of the server type to which this instance belongs. |
boolean |
isRemovable()
Returns true if the instance can be removed by
remove(). |
void |
remove()
Removes the instance. |
| Method Detail |
|---|
String getDisplayName()
String getServerDisplayName()
Node getFullNode()
nullNode getBasicNode()
nullJComponent getCustomizer()
null.
Always called from Event Dispatch Thread.
nullvoid remove()
ServerInstanceProvider should return
this instance once it is removed.
boolean isRemovable()
true if the instance can be removed by
remove(). Otherwise returns false.
true if the instance can be removed
|
org.netbeans.modules.server/0 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||