stomp.service
Class ServiceHelper

java.lang.Object
  |
  +--stomp.service.ServiceHelper

public class ServiceHelper
extends java.lang.Object

helps to decipher what services have been requested.

Author:
Eric Lindauer

Field Summary
static java.lang.String PERSISTENCE
           
 
Constructor Summary
ServiceHelper()
           
 
Method Summary
static boolean isPersistent(java.lang.String[] services)
           
static void makePersistent(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERSISTENCE

public static final java.lang.String PERSISTENCE
Constructor Detail

ServiceHelper

public ServiceHelper()
Method Detail

isPersistent

public static boolean isPersistent(java.lang.String[] services)

makePersistent

public static void makePersistent(java.lang.Object o)