Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.scs
Interface ISCSChangedMonitor


public interface ISCSChangedMonitor

Represents a changed/refresh monitor message from the content server


Method Summary
 java.lang.String getName()
           
 long getTime()
           
 void setName(java.lang.String name)
           
 void setTime(long time)
           

 

Method Detail

getTime

long getTime()
Returns:
the time this monitor was changed

setTime

void setTime(long time)
Parameters:
time - the time the monitor was changed

getName

java.lang.String getName()
Returns:
the name of the monitor

setName

void setName(java.lang.String name)
Parameters:
name - the name of the monitor

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.