public abstract class AutoupdateClusterCreator
extends java.lang.Object
| Constructor | Description |
|---|---|
AutoupdateClusterCreator() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract java.io.File |
findCluster(java.lang.String clusterName) |
Finds the right cluster directory for given cluster name.
|
protected abstract java.io.File[] |
registerCluster(java.lang.String clusterName,
java.io.File cluster) |
Changes the launcher to know about the new cluster and
use it next time the system starts.
|
protected abstract java.io.File findCluster(java.lang.String clusterName)
clusterName - the name of the cluster the autoupdate client is searching forprotected abstract java.io.File[] registerCluster(java.lang.String clusterName,
java.io.File cluster)
throws java.io.IOException
clusterName - the name of the clustercluster - file previously returned by findClusterjava.io.IOException - if the registration failsBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.