public class NodeManagementClientImpl extends ServiceClientImpl implements NodeManagementClient
| Constructor and Description |
|---|
NodeManagementClientImpl(URL nodeUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
activateNode(String nodeId) |
void |
addNode(String nodeId,
NodeProfile profile,
Attribute[] attributes) |
void |
addNodeAs(String ownerUserId,
String nodeId,
NodeProfile profile,
Attribute[] attributes) |
void |
clear() |
protected org.apache.axis.client.Stub |
createStub(URL url) |
void |
deactivateNode(String nodeId) |
void |
deleteNode(String nodeId) |
String |
getBasicAuthUserName(String nodeId)
ノードのBasic認証ユーザ名を取得する。
|
Attribute[] |
getNodeAttributes(String nodeId,
String[] attributeNames) |
NodeProfile |
getNodeProfile(String nodeId) |
String |
getSelfNodeId() |
boolean |
isNodeActive(String nodeId) |
NodeEntrySearchResult |
searchNodes(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders,
Scope scope) |
void |
setBasicAuthUserNameAndPassword(String nodeId,
String basicAuthUserName,
String basicAuthPassword)
ノードのBasic認証ユーザ 名とパスワードを設定する。
|
void |
setNodeAttributes(String nodeId,
Attribute[] attributes) |
void |
setNodeProfile(String nodeId,
NodeProfile profile) |
void |
setUpSelfNode(String ownerUserId,
String nodeId,
NodeProfile profile,
Attribute[] attributes) |
addRequestHeader, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic NodeManagementClientImpl(URL nodeUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub in class ServiceClientImpljavax.xml.rpc.ServiceExceptionpublic void clear()
throws LangridException
clear in interface NodeManagementClientLangridExceptionpublic NodeEntrySearchResult searchNodes(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders, Scope scope) throws LangridException
searchNodes in interface NodeManagementClientLangridExceptionpublic void addNode(String nodeId, NodeProfile profile, Attribute[] attributes) throws LangridException
addNode in interface NodeManagementClientLangridExceptionpublic void addNodeAs(String ownerUserId, String nodeId, NodeProfile profile, Attribute[] attributes) throws LangridException
addNodeAs in interface NodeManagementClientLangridExceptionpublic void deleteNode(String nodeId) throws LangridException
deleteNode in interface NodeManagementClientLangridExceptionpublic NodeProfile getNodeProfile(String nodeId) throws LangridException
getNodeProfile in interface NodeManagementClientLangridExceptionpublic void setNodeProfile(String nodeId, NodeProfile profile) throws LangridException
setNodeProfile in interface NodeManagementClientLangridExceptionpublic String getBasicAuthUserName(String nodeId) throws LangridException
NodeManagementClientgetBasicAuthUserName in interface NodeManagementClientnodeId - ノードIDLangridException - 処理に失敗したpublic void setBasicAuthUserNameAndPassword(String nodeId, String basicAuthUserName, String basicAuthPassword) throws LangridException
NodeManagementClientsetBasicAuthUserNameAndPassword in interface NodeManagementClientnodeId - ノードIDbasicAuthUserName - Basic認証ユーザ名basicAuthPassword - Basic認証パスワードLangridException - 処理に失敗したpublic Attribute[] getNodeAttributes(String nodeId, String[] attributeNames) throws LangridException
getNodeAttributes in interface NodeManagementClientLangridExceptionpublic void setNodeAttributes(String nodeId, Attribute[] attributes) throws LangridException
setNodeAttributes in interface NodeManagementClientLangridExceptionpublic void activateNode(String nodeId) throws LangridException
activateNode in interface NodeManagementClientLangridExceptionpublic void deactivateNode(String nodeId) throws LangridException
deactivateNode in interface NodeManagementClientLangridExceptionpublic boolean isNodeActive(String nodeId) throws LangridException
isNodeActive in interface NodeManagementClientLangridExceptionpublic void setUpSelfNode(String ownerUserId, String nodeId, NodeProfile profile, Attribute[] attributes) throws LangridException
setUpSelfNode in interface NodeManagementClientLangridExceptionpublic String getSelfNodeId() throws LangridException
getSelfNodeId in interface NodeManagementClientLangridException