public final class ServerInstance extends Object implements Lookup.Provider
Currently this class is not reachable through API methods. This can change in future if we'll need to provide API in common server.
| 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.
|
Lookup |
getLookup()
Returns the lookup associated with this 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.
|
public String getDisplayName()
public String getServerDisplayName()
public Node getFullNode()
nullpublic Node getBasicNode()
nullpublic JComponent getCustomizer()
null.
Always called from Event Dispatch Thread.
nullpublic void remove()
ServerInstanceProvider
should return this instance once it is removed.public boolean isRemovable()
true if the instance can be removedpublic Lookup getLookup()
getLookup in interface Lookup.ProviderBuilt on May 20 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.