net.sf.jame.service.network
Interface ServiceEndpoint

All Known Implementing Classes:
JXTAServiceEndpoint, LocalServiceEndpoint

public interface ServiceEndpoint

Author:
Andrea Medeghini

Method Summary
 ServiceSession createSession(ServiceListener listener)
           
 int getJobCount()
           
 long getJobCountLastUpdate()
           
 void invalidate()
           
 boolean isInvalidated()
           
 void setJobCount(int jobCount)
           
 

Method Detail

createSession

ServiceSession createSession(ServiceListener listener)
                             throws ServiceException
Parameters:
listener -
Returns:
Throws:
ServiceException

invalidate

void invalidate()

isInvalidated

boolean isInvalidated()
Returns:
the invalidated

setJobCount

void setJobCount(int jobCount)
Parameters:
jobCount -

getJobCount

int getJobCount()
Returns:
the jobCount

getJobCountLastUpdate

long getJobCountLastUpdate()
Returns: