Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.log.executor
Class MessageLogData

java.lang.Object
  extended by oracle.wsm.log.executor.MessageLogData


public class MessageLogData
extends Object

Constructor Summary
MessageLogData(String serviceId, long invokeTime, String messageId, String contextId, String contentType, String messageSource, String messageDestination, String logStatus, String logLevel, String componentId, String logType, Object messageLog, String appName, String compName, String modelObjName, String bindingWsport, String opName, String remoteAddr)
           

 

Method Summary
 String getAppName()
           
 String getBindingWsPort()
           
 String getCompName()
           
 String getComponentID()
           
 String getContentType()
           
 String getContextID()
           
 long getInvokeTime()
           
 String getLogLevel()
           
 String getLogStatus()
           
 String getLogType()
           
 String getMessageDestination()
           
 String getMessageID()
           
 Object getMessageLog()
           
 String getMessageSource()
           
 String getModelObjeName()
           
 String getOpName()
           
 String getRemoteAddr()
           
 String getServiceID()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MessageLogData

public MessageLogData(String serviceId,
                      long invokeTime,
                      String messageId,
                      String contextId,
                      String contentType,
                      String messageSource,
                      String messageDestination,
                      String logStatus,
                      String logLevel,
                      String componentId,
                      String logType,
                      Object messageLog,
                      String appName,
                      String compName,
                      String modelObjName,
                      String bindingWsport,
                      String opName,
                      String remoteAddr)

Method Detail

getServiceID

public String getServiceID()

getInvokeTime

public long getInvokeTime()

getMessageID

public String getMessageID()

getContextID

public String getContextID()

getContentType

public String getContentType()

getMessageSource

public String getMessageSource()

getMessageDestination

public String getMessageDestination()

getLogStatus

public String getLogStatus()

getLogLevel

public String getLogLevel()

getComponentID

public String getComponentID()

getLogType

public String getLogType()

getMessageLog

public Object getMessageLog()

getAppName

public String getAppName()

getCompName

public String getCompName()

getOpName

public String getOpName()

getModelObjeName

public String getModelObjeName()

getBindingWsPort

public String getBindingWsPort()

getRemoteAddr

public String getRemoteAddr()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.