Package | Description |
---|---|
org.wso2.carbon.logging.view.stub | |
org.wso2.carbon.logging.view.stub.types.axis2 | |
org.wso2.carbon.logging.view.stub.types.carbon |
Modifier and Type | Method and Description |
---|---|
PaginatedLogEvent |
LogViewerStub.getPaginatedApplicationLogEvents(int pageNumber224,
String type225,
String keyword226,
String applicationName227,
String tenantDomain228,
String serverKey229)
Auto generated method signature
|
PaginatedLogEvent |
LogViewer.getPaginatedApplicationLogEvents(int pageNumber127,
String type128,
String keyword129,
String applicationName130,
String tenantDomain131,
String serverKey132)
Auto generated method signature
|
PaginatedLogEvent |
LogViewerStub.getPaginatedLogEvents(int pageNumber154,
String type155,
String keyword156,
String tenantDomain157,
String serverKey158)
Auto generated method signature
|
PaginatedLogEvent |
LogViewer.getPaginatedLogEvents(int pageNumber57,
String type58,
String keyword59,
String tenantDomain60,
String serverKey61)
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
void |
LogViewerCallbackHandler.receiveResultgetPaginatedApplicationLogEvents(PaginatedLogEvent result)
auto generated Axis2 call back method for getPaginatedApplicationLogEvents method
override this method for handling normal response from getPaginatedApplicationLogEvents operation
|
void |
LogViewerCallbackHandler.receiveResultgetPaginatedLogEvents(PaginatedLogEvent result)
auto generated Axis2 call back method for getPaginatedLogEvents method
override this method for handling normal response from getPaginatedLogEvents operation
|
Modifier and Type | Field and Description |
---|---|
protected PaginatedLogEvent |
GetPaginatedApplicationLogEventsResponse.local_return
field for _return
|
protected PaginatedLogEvent |
GetPaginatedLogEventsResponse.local_return
field for _return
|
Modifier and Type | Method and Description |
---|---|
PaginatedLogEvent |
GetPaginatedApplicationLogEventsResponse.get_return()
Auto generated getter method
|
PaginatedLogEvent |
GetPaginatedLogEventsResponse.get_return()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
GetPaginatedApplicationLogEventsResponse.set_return(PaginatedLogEvent param)
Auto generated setter method
|
void |
GetPaginatedLogEventsResponse.set_return(PaginatedLogEvent param)
Auto generated setter method
|
Modifier and Type | Method and Description |
---|---|
static PaginatedLogEvent |
PaginatedLogEvent.Factory.parse(XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Copyright © 2017 WSO2. All rights reserved.