Package com.axway.apim.adapter.apis
Class APIManagerRemoteHostsAdapter
- java.lang.Object
-
- com.axway.apim.adapter.apis.APIManagerRemoteHostsAdapter
-
public class APIManagerRemoteHostsAdapter extends Object
-
-
Constructor Summary
Constructors Constructor Description APIManagerRemoteHostsAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateOrUpdateRemoteHost(RemoteHost desiredRemoteHost, RemoteHost actualRemoteHost)RemoteHostgetRemoteHost(String name, Integer port)Map<String,RemoteHost>getRemoteHosts(RemoteHostFilter filter)
-
-
-
Method Detail
-
getRemoteHosts
public Map<String,RemoteHost> getRemoteHosts(RemoteHostFilter filter) throws AppException
- Throws:
AppException
-
getRemoteHost
public RemoteHost getRemoteHost(String name, Integer port) throws AppException
- Throws:
AppException
-
createOrUpdateRemoteHost
public void createOrUpdateRemoteHost(RemoteHost desiredRemoteHost, RemoteHost actualRemoteHost) throws AppException
- Throws:
AppException
-
-