com.stellent.cis.client.api.common.administrative.cache.scs
Interface ISCSEventPollerInfo

All Superinterfaces:
ICISObject, ICISObjectInitializable, java.io.Serializable

public interface ISCSEventPollerInfo
extends ICISObject, ICISObjectInitializable

Represents the service which polls the content server and generates events in the CIS layer.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware
 
Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 java.lang.String getAdapterName()
           
 long getSleepInterval()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void setSleepInternal(long sleepInterval)
           
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize
 

Method Detail

getAdapterName

java.lang.String getAdapterName()
Returns:
the name of the adapter where this event poller is generating events

getSleepInterval

long getSleepInterval()
Returns:
the amount of time to sleep between polling requests

setSleepInternal

void setSleepInternal(long sleepInterval)
Parameters:
sleepInterval - the amount of sleep time

isEnabled

boolean isEnabled()
Returns:
true if the polling is enabled

setEnabled

void setEnabled(boolean enabled)
Parameters:
enabled - true to enable polling, false to disable