public class ConfigurationHandler extends Object
| Constructor and Description |
|---|
ConfigurationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
getBusinessTxnConfiguration(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
String name) |
void |
getBusinessTxnConfigurations(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
long updated) |
void |
getBusinessTxnConfigurationSummaries(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response) |
void |
getCollectorConfiguration(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
String host,
String server) |
void |
removeBusinessTxnConfiguration(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
String name) |
void |
setBusinessTxnConfiguration(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
String name,
BusinessTxnConfig config) |
void |
validateBusinessTxnConfiguration(javax.ws.rs.core.SecurityContext context,
javax.ws.rs.container.AsyncResponse response,
BusinessTxnConfig config) |
public void getCollectorConfiguration(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
String host,
String server)
public void getBusinessTxnConfigurationSummaries(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response)
public void getBusinessTxnConfigurations(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
long updated)
public void getBusinessTxnConfiguration(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
String name)
public void setBusinessTxnConfiguration(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
String name,
BusinessTxnConfig config)
public void removeBusinessTxnConfiguration(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
String name)
public void validateBusinessTxnConfiguration(@Context
javax.ws.rs.core.SecurityContext context,
@Suspended
javax.ws.rs.container.AsyncResponse response,
BusinessTxnConfig config)
Copyright © 2015 Red Hat, Inc.. All rights reserved.