com.ebmwebsourcing.easyviper.core.api.engine.thread.service
Class AbstractServiceImpl

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.core.api.engine.thread.service.AbstractServiceImpl
All Implemented Interfaces:
Service, java.lang.Runnable

public abstract class AbstractServiceImpl
extends java.lang.Object
implements Service


Field Summary
static java.lang.String CLIENT_ENDPOINT_NAME
           
 
Constructor Summary
AbstractServiceImpl(Engine engine)
           
 
Method Summary
 void accept(InternalMessage<?> message, ExternalContext context)
           
 java.lang.Object getDescription()
           
 Engine getEngine()
           
 int getRefreshFrequency()
           
 boolean match(InternalMessage<?> message)
           
 void setDescription(java.lang.Object description)
           
 void setRefreshFrequency(int refresh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

CLIENT_ENDPOINT_NAME

public static java.lang.String CLIENT_ENDPOINT_NAME
Constructor Detail

AbstractServiceImpl

public AbstractServiceImpl(Engine engine)
Method Detail

getEngine

public Engine getEngine()
Specified by:
getEngine in interface Service

getRefreshFrequency

public int getRefreshFrequency()
Specified by:
getRefreshFrequency in interface Service

setRefreshFrequency

public void setRefreshFrequency(int refresh)
Specified by:
setRefreshFrequency in interface Service

setDescription

public void setDescription(java.lang.Object description)
Specified by:
setDescription in interface Service

getDescription

public java.lang.Object getDescription()
Specified by:
getDescription in interface Service

match

public boolean match(InternalMessage<?> message)
Specified by:
match in interface Service

accept

public void accept(InternalMessage<?> message,
                   ExternalContext context)
            throws CoreException
Specified by:
accept in interface Service
Throws:
CoreException


Copyright © 2012 Petals Link. All Rights Reserved.