public static class QuartzHelper.QuartzCalendarAdapter extends Object implements Calendar, Externalizable
Constructor and Description |
---|
QuartzHelper.QuartzCalendarAdapter(org.quartz.Calendar calendar) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTimeIncluded(long timestamp) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public QuartzHelper.QuartzCalendarAdapter(org.quartz.Calendar calendar)
public boolean isTimeIncluded(long timestamp)
isTimeIncluded
in interface Calendar
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.