
public class PCS4jBean extends Object implements PCS
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
static String |
UNSPECIFIED |
| Modifier | Constructor and Description |
|---|---|
|
PCS4jBean() |
protected |
PCS4jBean(WebServiceContext ct)
constructor used for unit testing, do not remove
|
| Modifier and Type | Method and Description |
|---|---|
ClearCredentialsResponseMsg |
clearCredentials(ClearCredentialsRequestMsg request)
removes authentication credentials for a specific service, typically used
for connecting and obtaining status information only requires write
access permissions to the specified url As of RC6
|
CreateAgentActionResponseMsg |
createAgentAction(CreateAgentActionRequestMsg request)
creates a new administrative action for an agent to perform.
|
DeleteAgentActionsResponseMsg |
deleteAgentActions(DeleteAgentActionsRequestMsg request)
deletes a list of administrative action for an agent to perform.
|
DeleteServicePolicyResponseMsg |
deleteServicePolicy(DeleteServicePolicyRequestMsg request)
Deletes a service policy to the configuration database and optionally,
performance data
Required Permission: administer
|
ElevateSecurityLevelResponseMsg |
elevateSecurityLevel(ElevateSecurityLevelRequestMsg request)
Elevate the security classification level of fgsms
|
GetAdministratorsResponseMsg |
getAdministrators(GetAdministratorsRequestMsg request)
Returns a list of users with the global admin role
|
GetAgentActionsByMachineResponseMsg |
getAgentActionsByMachine(GetAgentActionsByMachineRequestMsg request)
returns a list of all administrative action for an agent to perform by
machine.
|
GetAgentPrinicplesResponseMsg |
getAgentPrinicples(GetAgentPrinicplesRequestMsg request)
returns a list of all user principles with the agent role, these are the
service level users that are allowed to request and set new service
policies and to add data to fgsms via the DCS
|
GetAlertRegistrationsResponseMsg |
getAlertRegistrations(GetAlertRegistrationsRequestMsg request)
returns a list of SLAs that I am subscribed to
|
GetAvailableAlertRegistrationsResponseMsg |
getAvailableAlertRegistrations(GetAvailableAlertRegistrationsRequestMsg request)
returns a list of all SLAs that the current user can subscribe to
|
GetDomainListResponseMsg |
getDomainList(GetDomainListRequestMsg request)
provides infrastructure information, a list of all domains associated
with this fgsms instance As of RC6
|
GetGeneralSettingsResponseMsg |
getGeneralSettings(GetGeneralSettingsRequestMsg request)
sets a list of all settings that are used for fgsmss services requires
global admin rights or agent As of RC6
|
GetGlobalPolicyResponseMsg |
getGlobalPolicy(GetGlobalPolicyRequestMsg request)
requires the global policy values
required permission: none
can't be null, class level should be specified but
can be null
|
GetMachinesByDomainResponseMsg |
getMachinesByDomain(GetMachinesByDomainRequestMsg request)
provides infrastructure information, a list of all known hostnames
associated with this fgsms instance As of RC6
|
GetMailSettingsResponseMsg |
getMailSettings(GetMailSettingsRequestMsg request)
gets mail settings that are used to deliver email for SLA alerts
|
GetMonitoredItemsByMachineResponseMsg |
getMonitoredItemsByMachine(GetMonitoredItemsByMachineRequestMsg request)
provides infrastructure information, a list of all known processes
associated with a given hostname requires agent rights As of RC6
|
GetMyEmailAddressResponseMsg |
getMyEmailAddress(GetMyEmailAddressRequestMsg request)
Get my email address
|
GetOperatingStatusResponseMessage |
getOperatingStatus(GetOperatingStatusRequestMessage request)
Get the operating status of this service
|
GetPluginHtmlFormattedDisplayResponseMsg |
getPluginHtmlFormattedDisplay(GetPluginHtmlFormattedDisplayRequestMsg request)
Gets Html Formatted display of a given instance of a plugin, since 6.3
|
GetPluginInformationResponse |
getPluginInformation(GetPluginInformation parameters)
Gets detailed information about a plugin, since 6.3 Permissions: all
authenticated users
|
GetPluginListResponse |
getPluginList(GetPluginList parameters)
Gets the current plugin list Permissions: All authenticated users
|
GetProcessesListByMachineResponseMsg |
getProcessesListByMachine(GetProcessesListByMachineRequestMsg request)
provides infrastructure information, a list of all known processes
associated with a given hostname requires global admin rights As of RC6
|
GetServicePermissionsResponseMsg |
getServicePermissions(GetServicePermissionsRequestMsg request)
Returns the permission set from a service object
Required Permission: read
|
ServicePolicyResponseMsg |
getServicePolicy(ServicePolicyRequestMsg request)
GetServicePolicy returns a policy for a specific service
Each policy has a type (Service Policy is abstract) ServicePolicy itself
has a wide range of settings that are common to all service policy types.
|
GetUDDIDataPublishServicePoliciesResponseMsg |
getUDDIDataPublishServicePolicies(GetUDDIDataPublishServicePoliciesRequestMsg request)
GetServicePolicy returns a list of service policies for all services that
are
configured to data publication to any federation target
Note: Only information pretaining to uddi publication is returned,
other data such as SLA or UserIdentification policies are not returned.
|
RegisterPluginResponse |
registerPlugin(RegisterPlugin parameters)
Registers the existence of a new plugin.
|
RemoveGeneralSettingsResponseMsg |
removeGeneralSettings(RemoveGeneralSettingsRequestMsg request)
removes 1 or more specific settings, previous values are discarded
requires global admin rights As of RC6
|
SetAdministratorResponseMsg |
setAdministrator(SetAdministratorRequestMsg request)
Sets a list of users with the global admin role
All previous entries are removed
|
SetAgentPrinicplesResponseMsg |
setAgentPrinicples(SetAgentPrinicplesRequestMsg request)
seta list of all user principles with the agent role, these are the
service level users that are allowed to request and set new service
policies and to add data to fgsms via the DCS all previous records are
replaced
|
SetAlertRegistrationsResponseMsg |
setAlertRegistrations(SetAlertRegistrationsRequestMsg request)
sets a list of SLAs that I am subscribed to
|
SetCredentialsResponseMsg |
setCredentials(SetCredentialsRequestMsg request)
sets authentication credentials for a specific service, typically used
for connecting and obtaining status information only requires write
access permissions to the specified url As of RC6
|
SetGeneralSettingsResponseMsg |
setGeneralSettings(SetGeneralSettingsRequestMsg request)
set 1 or more specific settings, previous values are overwritten, values
not specified in the request, if present, remain represent requires
global admin rights As of RC6
|
SetGlobalPolicyResponseMsg |
setGlobalPolicy(SetGlobalPolicyRequestMsg request)
Sets the global policy values
Required permission: global admin role
|
SetMailSettingsResponseMsg |
setMailSettings(SetMailSettingsRequestMsg request)
sets a list of all settings that are used for SLA email alerts requires
global admin rights
|
SetMyEmailAddressResponseMsg |
setMyEmailAddress(SetMyEmailAddressRequestMsg request)
sets my email address
|
SetProcessListByMachineResponseMsg |
setProcessListByMachine(SetProcessListByMachineRequestMsg request)
provides infrastructure information, a list of all known processes
associated with a given hostname requires agent rights As of RC6
|
SetServicePermissionsResponseMsg |
setServicePermissions(SetServicePermissionsRequestMsg request)
Sets the permissions on a particular service object
Removes the current permission set and replaces it with the requested
permission set
Required Permission: administer
|
SetServicePolicyResponseMsg |
setServicePolicy(SetServicePolicyRequestMsg request)
Saves a service policy to the configuration database
Any existing policy for this service is deleted and replaced with the
parameter.
|
UnregisterPluginResponse |
unregisterPlugin(UnregisterPlugin parameter)
Unregisters the existence of a plugin.
|
UpdateAgentActionResponseMsg |
updateAgentAction(UpdateAgentActionRequestMsg request)
updates a administrative action for an agent to perform.
|
protected static final Logger log
public static final String UNSPECIFIED
public PCS4jBean()
throws DatatypeConfigurationException
DatatypeConfigurationExceptionprotected PCS4jBean(WebServiceContext ct) throws DatatypeConfigurationException
ct - DatatypeConfigurationException@RequestWrapper(localName="GetServicePolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetServicePolicy") @ResponseWrapper(localName="GetServicePolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetServicePolicyResponse") public ServicePolicyResponseMsg getServicePolicy(ServicePolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getServicePolicy in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetUDDIDataPublishServicePolicies", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetUDDIDataPublishServicePolicies") @ResponseWrapper(localName="GetUDDIDataPublishServicePoliciesResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetUDDIDataPublishServicePoliciesResponse") public GetUDDIDataPublishServicePoliciesResponseMsg getUDDIDataPublishServicePolicies(GetUDDIDataPublishServicePoliciesRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getUDDIDataPublishServicePolicies in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="SetServicePolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetServicePolicy") @ResponseWrapper(localName="SetServicePolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetServicePolicyResponse") public SetServicePolicyResponseMsg setServicePolicy(SetServicePolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setServicePolicy in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetGlobalPolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetGlobalPolicy") @ResponseWrapper(localName="SetGlobalPolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetGlobalPolicyResponse") public SetGlobalPolicyResponseMsg setGlobalPolicy(SetGlobalPolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setGlobalPolicy in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetGlobalPolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetGlobalPolicy") @ResponseWrapper(localName="GetGlobalPolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetGlobalPolicyResponse") public GetGlobalPolicyResponseMsg getGlobalPolicy(GetGlobalPolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getGlobalPolicy in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="DeleteServicePolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.DeleteServicePolicy") @ResponseWrapper(localName="DeleteServicePolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.DeleteServicePolicyResponse") public DeleteServicePolicyResponseMsg deleteServicePolicy(DeleteServicePolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
deleteServicePolicy in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="SetServicePermissions", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetServicePermissions") @ResponseWrapper(localName="SetServicePermissionsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetServicePermissionsResponse") public SetServicePermissionsResponseMsg setServicePermissions(SetServicePermissionsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setServicePermissions in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetServicePermissions", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetServicePermissions") @ResponseWrapper(localName="GetServicePermissionsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetServicePermissionsResponse") public GetServicePermissionsResponseMsg getServicePermissions(GetServicePermissionsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getServicePermissions in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetAdministrators", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAdministrators") @ResponseWrapper(localName="GetAdministratorsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAdministratorsResponse") public GetAdministratorsResponseMsg getAdministrators(GetAdministratorsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getAdministrators in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="SetAdministrator", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAdministrator") @ResponseWrapper(localName="SetAdministratorResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAdministratorResponse") public SetAdministratorResponseMsg setAdministrator(SetAdministratorRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setAdministrator in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="ElevateSecurityLevel", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.ElevateSecurityLevel") @ResponseWrapper(localName="ElevateSecurityLevelResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.ElevateSecurityLevelResponse") public ElevateSecurityLevelResponseMsg elevateSecurityLevel(ElevateSecurityLevelRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
elevateSecurityLevel in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetMyEmailAddress", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMyEmailAddress") @ResponseWrapper(localName="GetMyEmailAddressResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMyEmailAddressResponse") public GetMyEmailAddressResponseMsg getMyEmailAddress(GetMyEmailAddressRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMyEmailAddress in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="SetMyEmailAddress", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetMyEmailAddress") @ResponseWrapper(localName="SetMyEmailAddressResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetMyEmailAddressResponse") public SetMyEmailAddressResponseMsg setMyEmailAddress(SetMyEmailAddressRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setMyEmailAddress in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="SetAlertRegistrations", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAlertRegistrations") @ResponseWrapper(localName="SetAlertRegistrationsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAlertRegistrationsResponse") public SetAlertRegistrationsResponseMsg setAlertRegistrations(SetAlertRegistrationsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setAlertRegistrations in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetAlertRegistrations", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAlertRegistrations") @ResponseWrapper(localName="GetAlertRegistrationsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAlertRegistrationsResponse") public GetAlertRegistrationsResponseMsg getAlertRegistrations(GetAlertRegistrationsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getAlertRegistrations in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetAvailableAlertRegistrations", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAvailableAlertRegistrations") @ResponseWrapper(localName="GetAvailableAlertRegistrationsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAvailableAlertRegistrationsResponse") public GetAvailableAlertRegistrationsResponseMsg getAvailableAlertRegistrations(GetAvailableAlertRegistrationsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getAvailableAlertRegistrations in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetAgentPrinicples", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAgentPrinicples") @ResponseWrapper(localName="GetAgentPrinicplesResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAgentPrinicplesResponse") public GetAgentPrinicplesResponseMsg getAgentPrinicples(GetAgentPrinicplesRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getAgentPrinicples in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="SetAgentPrinicples", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAgentPrinicples") @ResponseWrapper(localName="SetAgentPrinicplesResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAgentPrinicplesResponse") public SetAgentPrinicplesResponseMsg setAgentPrinicples(SetAgentPrinicplesRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setAgentPrinicples in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetMailSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMailSettings") @ResponseWrapper(localName="GetMailSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMailSettingsResponse") public GetMailSettingsResponseMsg getMailSettings(GetMailSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMailSettings in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="SetMailSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetMailSettings") @ResponseWrapper(localName="SetMailSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetMailSettingsResponse") public SetMailSettingsResponseMsg setMailSettings(SetMailSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setMailSettings in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetGeneralSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetGeneralSettings") @ResponseWrapper(localName="GetGeneralSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetGeneralSettingsResponse") public GetGeneralSettingsResponseMsg getGeneralSettings(GetGeneralSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getGeneralSettings in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="SetGeneralSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetGeneralSettings") @ResponseWrapper(localName="SetGeneralSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetGeneralSettingsResponse") public SetGeneralSettingsResponseMsg setGeneralSettings(SetGeneralSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setGeneralSettings in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="RemoveGeneralSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.RemoveGeneralSettings") @ResponseWrapper(localName="RemoveGeneralSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.RemoveGeneralSettingsResponse") public RemoveGeneralSettingsResponseMsg removeGeneralSettings(RemoveGeneralSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
removeGeneralSettings in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="SetCredentials", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetCredentials") @ResponseWrapper(localName="SetCredentialsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetCredentialsResponse") public SetCredentialsResponseMsg setCredentials(SetCredentialsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setCredentials in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="ClearCredentials", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.ClearCredentials") @ResponseWrapper(localName="ClearCredentialsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.ClearCredentialsResponse") public ClearCredentialsResponseMsg clearCredentials(ClearCredentialsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
clearCredentials in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetDomainList", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetDomainList") @ResponseWrapper(localName="GetDomainListResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetDomainListResponse") public GetDomainListResponseMsg getDomainList(GetDomainListRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getDomainList in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetMachinesByDomain", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMachinesByDomain") @ResponseWrapper(localName="GetMachinesByDomainResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMachinesByDomainResponse") public GetMachinesByDomainResponseMsg getMachinesByDomain(GetMachinesByDomainRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMachinesByDomain in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetProcessesListByMachine", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetProcessesListByMachine") @ResponseWrapper(localName="GetProcessesListByMachineResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetProcessesListByMachineResponse") public GetProcessesListByMachineResponseMsg getProcessesListByMachine(GetProcessesListByMachineRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getProcessesListByMachine in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetProcessListByMachine", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetProcessListByMachine") @ResponseWrapper(localName="SetProcessListByMachineResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetProcessListByMachineResponse") public SetProcessListByMachineResponseMsg setProcessListByMachine(SetProcessListByMachineRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
setProcessListByMachine in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetMonitoredItemsByMachine", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMonitoredItemsByMachine") @ResponseWrapper(localName="GetMonitoredItemsByMachineResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMonitoredItemsByMachineResponse") public GetMonitoredItemsByMachineResponseMsg getMonitoredItemsByMachine(GetMonitoredItemsByMachineRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getMonitoredItemsByMachine in interface PCSrequest - AccessDeniedExceptionServiceUnavailableException@RequestWrapper(localName="GetOperatingStatus", targetNamespace="urn:org:miloss:fgsms:services:interfaces:common", className="org.miloss.fgsms.services.interfaces.common.GetOperatingStatus") @ResponseWrapper(localName="GetOperatingStatusResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:common", className="org.miloss.fgsms.services.interfaces.common.GetOperatingStatusResponse") public GetOperatingStatusResponseMessage getOperatingStatus(GetOperatingStatusRequestMessage request)
request - public GetAgentActionsByMachineResponseMsg getAgentActionsByMachine(GetAgentActionsByMachineRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getAgentActionsByMachine in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="UpdateAgentAction", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.UpdateAgentAction") @ResponseWrapper(localName="UpdateAgentActionResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.UpdateAgentActionResponse") public UpdateAgentActionResponseMsg updateAgentAction(UpdateAgentActionRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
updateAgentAction in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="DeleteAgentActions", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.DeleteAgentActions") @ResponseWrapper(localName="DeleteAgentActionsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.DeleteAgentActionsResponse") public DeleteAgentActionsResponseMsg deleteAgentActions(DeleteAgentActionsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
deleteAgentActions in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="CreateAgentAction", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.CreateAgentAction") @ResponseWrapper(localName="CreateAgentActionResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.CreateAgentActionResponse") public CreateAgentActionResponseMsg createAgentAction(CreateAgentActionRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
createAgentAction in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedExceptionpublic RegisterPluginResponse registerPlugin(RegisterPlugin parameters) throws AccessDeniedException, ServiceUnavailableException
registerPlugin in interface PCSrequest - AccessDeniedExceptionServiceUnavailableExceptionpublic UnregisterPluginResponse unregisterPlugin(UnregisterPlugin parameter) throws AccessDeniedException, ServiceUnavailableException
unregisterPlugin in interface PCSrequest - AccessDeniedExceptionServiceUnavailableExceptionpublic GetPluginListResponse getPluginList(GetPluginList parameters)
getPluginList in interface PCSrequest - AccessDeniedExceptionServiceUnavailableExceptionpublic GetPluginInformationResponse getPluginInformation(GetPluginInformation parameters) throws AccessDeniedException, ServiceUnavailableException
getPluginInformation in interface PCSrequest - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetPluginHtmlFormattedDisplay", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetPluginHtmlFormattedDisplay") @ResponseWrapper(localName="GetPluginHtmlFormattedDisplayResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetPluginHtmlFormattedDisplayResponse") public GetPluginHtmlFormattedDisplayResponseMsg getPluginHtmlFormattedDisplay(GetPluginHtmlFormattedDisplayRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
getPluginHtmlFormattedDisplay in interface PCSrequest - AccessDeniedExceptionServiceUnavailableExceptionCopyright © 2008–2017 MIL-OSS. All rights reserved.