public class AuxServicesEvent extends AbstractEvent<AuxServicesEventType>
Constructor and Description |
---|
AuxServicesEvent(AuxServicesEventType eventType,
ApplicationId appId) |
AuxServicesEvent(AuxServicesEventType eventType,
Container container) |
AuxServicesEvent(AuxServicesEventType eventType,
String user,
ApplicationId appId,
String serviceId,
ByteBuffer serviceData) |
AuxServicesEvent(AuxServicesEventType eventType,
String user,
ApplicationId appId,
String serviceId,
ByteBuffer serviceData,
Container container) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
getApplicationID() |
Container |
getContainer() |
ByteBuffer |
getServiceData() |
String |
getServiceID() |
String |
getUser() |
getTimestamp, getType, toString
public AuxServicesEvent(AuxServicesEventType eventType, ApplicationId appId)
public AuxServicesEvent(AuxServicesEventType eventType, Container container)
public AuxServicesEvent(AuxServicesEventType eventType, String user, ApplicationId appId, String serviceId, ByteBuffer serviceData)
public AuxServicesEvent(AuxServicesEventType eventType, String user, ApplicationId appId, String serviceId, ByteBuffer serviceData, Container container)
public String getServiceID()
public ByteBuffer getServiceData()
public String getUser()
public ApplicationId getApplicationID()
public Container getContainer()
Copyright © 2013 Apache Software Foundation. All rights reserved.