com.e_c_group.bwptk.services
Class CustomerOriginatedTrace

java.lang.Object
  extended by com.e_c_group.bwptk.services.CustomerOriginatedTrace

public class CustomerOriginatedTrace
extends java.lang.Object


Constructor Summary
CustomerOriginatedTrace()
           
 
Method Summary
static Response systemCustomerOriginatedTraceGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request the system level data associated with Customer Originated Trace.
static Response systemCustomerOriginatedTraceModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String screenMaliciousCallers)
          Request the system level data associated with Customer Originated Trace.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerOriginatedTrace

public CustomerOriginatedTrace()
Method Detail

systemCustomerOriginatedTraceGetRequest

public static Response systemCustomerOriginatedTraceGetRequest(BroadWorksServer bws,
                                                               boolean readFromCache)
                                                        throws BwptkException
Request the system level data associated with Customer Originated Trace. The response is either a SystemCustomerOriginatedTraceGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
Throws:
BwptkException

systemCustomerOriginatedTraceModifyRequest

public static Response systemCustomerOriginatedTraceModifyRequest(BroadWorksServer bws,
                                                                  boolean readFromCache,
                                                                  java.lang.String screenMaliciousCallers)
                                                           throws BwptkException
Request the system level data associated with Customer Originated Trace. The response is either a SystemCustomerOriginatedTraceGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
screenMaliciousCallers -
Throws:
BwptkException