Uses of Enum Class
org.jivesoftware.openfire.session.RemoteSessionTask.Operation
Packages that use RemoteSessionTask.Operation
-
Uses of RemoteSessionTask.Operation in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as RemoteSessionTask.OperationModifier and TypeFieldDescriptionprotected RemoteSessionTask.OperationRemoteSessionTask.operationMethods in org.jivesoftware.openfire.session that return RemoteSessionTask.OperationModifier and TypeMethodDescriptionstatic RemoteSessionTask.OperationReturns the enum constant of this class with the specified name.static RemoteSessionTask.Operation[]RemoteSessionTask.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jivesoftware.openfire.session with parameters of type RemoteSessionTask.OperationModifierConstructorDescriptionClientSessionTask(org.xmpp.packet.JID address, RemoteSessionTask.Operation operation) protectedComponentSessionTask(org.xmpp.packet.JID address, RemoteSessionTask.Operation operation) protectedConnectionMultiplexerSessionTask(org.xmpp.packet.JID address, RemoteSessionTask.Operation operation) protectedIncomingServerSessionTask(RemoteSessionTask.Operation operation, StreamID streamID) protectedOutgoingServerSessionTask(DomainPair domainPair, RemoteSessionTask.Operation operation) protectedRemoteSessionTask(RemoteSessionTask.Operation operation)