|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.resource.impl.ResourceSweeper
LOG-DONE DOCUMENT_ME
Field Summary | |
protected ResourceHome |
m_home
DOCUMENT_ME |
protected java.util.Map |
m_resources
DOCUMENT_ME |
static org.apache.ws.util.i18n.Messages |
MSG
|
Constructor Summary | |
ResourceSweeper(ResourceHome home,
java.util.Map resources)
|
Method Summary | |
protected Resource |
getResource(ResourceKey key)
DOCUMENT_ME |
static boolean |
isExpired(Resource resource)
DOCUMENT_ME |
protected boolean |
isExpired(Resource resource,
java.util.Calendar currentTime)
DOCUMENT_ME |
static boolean |
isExpired(ScheduledResourceTerminationResource resource,
java.util.Calendar currentTime)
DOCUMENT_ME |
void |
timerExpired(commonj.timers.Timer timer)
DOCUMENT_ME |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.apache.ws.util.i18n.Messages MSG
protected java.util.Map m_resources
protected ResourceHome m_home
Constructor Detail |
public ResourceSweeper(ResourceHome home, java.util.Map resources)
resources
- must be synchronized mapMethod Detail |
public static boolean isExpired(Resource resource)
resource
- DOCUMENT_ME
public static boolean isExpired(ScheduledResourceTerminationResource resource, java.util.Calendar currentTime)
resource
- DOCUMENT_MEcurrentTime
- DOCUMENT_ME
public void timerExpired(commonj.timers.Timer timer)
timerExpired
in interface commonj.timers.TimerListener
timer
- DOCUMENT_MEprotected boolean isExpired(Resource resource, java.util.Calendar currentTime)
resource
- DOCUMENT_MEcurrentTime
- DOCUMENT_ME
protected Resource getResource(ResourceKey key) throws ResourceException
key
- DOCUMENT_ME
ResourceException
- DOCUMENT_ME
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |