Uses of Class
com.hybris.cockpitng.core.persistence.impl.jaxb.SocketEvents
-
Packages that use SocketEvents Package Description com.hybris.cockpitng.core.persistence.impl.jaxb -
-
Uses of SocketEvents in com.hybris.cockpitng.core.persistence.impl.jaxb
Fields in com.hybris.cockpitng.core.persistence.impl.jaxb declared as SocketEvents Modifier and Type Field Description protected SocketEventsCloseSettings. incomingEventsprotected SocketEventsCreateSettings. incomingEventsprotected SocketEventsSelectSettings. incomingEventsprotected SocketEventsCloseSettings. outgoingEventsMethods in com.hybris.cockpitng.core.persistence.impl.jaxb that return SocketEvents Modifier and Type Method Description SocketEventsCloseSettings. getIncomingEvents()Gets the value of the incomingEvents property.SocketEventsCreateSettings. getIncomingEvents()Gets the value of the incomingEvents property.SocketEventsSelectSettings. getIncomingEvents()Gets the value of the incomingEvents property.SocketEventsCloseSettings. getOutgoingEvents()Gets the value of the outgoingEvents property.Methods in com.hybris.cockpitng.core.persistence.impl.jaxb with parameters of type SocketEvents Modifier and Type Method Description voidCloseSettings. setIncomingEvents(SocketEvents value)Sets the value of the incomingEvents property.voidCreateSettings. setIncomingEvents(SocketEvents value)Sets the value of the incomingEvents property.voidSelectSettings. setIncomingEvents(SocketEvents value)Sets the value of the incomingEvents property.voidCloseSettings. setOutgoingEvents(SocketEvents value)Sets the value of the outgoingEvents property.
-