org.drools.base
Class CalendarsImpl

java.lang.Object
  extended by org.drools.base.CalendarsImpl
All Implemented Interfaces:
Externalizable, Serializable, org.drools.runtime.Calendars

public class CalendarsImpl
extends Object
implements org.drools.runtime.Calendars, Externalizable

See Also:
Serialized Form

Constructor Summary
CalendarsImpl()
           
 
Method Summary
 org.drools.time.Calendar get(String identifier)
           
 void readExternal(ObjectInput in)
           
 void set(String identifier, org.drools.time.Calendar calendar)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarsImpl

public CalendarsImpl()
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

get

public org.drools.time.Calendar get(String identifier)
Specified by:
get in interface org.drools.runtime.Calendars

set

public void set(String identifier,
                org.drools.time.Calendar calendar)
Specified by:
set in interface org.drools.runtime.Calendars


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.