public interface ServerInstanceImplementation
ServerInstanceProvider| Modifier and Type | Method and Description |
|---|---|
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.
|
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 removedBuilt on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.