Uses of Class
tigase.server.xmppserver.proc.S2SAbstractProcessor.Order
-
Packages that use S2SAbstractProcessor.Order Package Description tigase.server.xmppserver.proc -
-
Uses of S2SAbstractProcessor.Order in tigase.server.xmppserver.proc
Methods in tigase.server.xmppserver.proc that return S2SAbstractProcessor.Order Modifier and Type Method Description static S2SAbstractProcessor.OrderS2SAbstractProcessor.Order. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static S2SAbstractProcessor.Order[]S2SAbstractProcessor.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.
-