A B C D E F G H I J K L M N O P Q R S T U V W X

R

readBoolean() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a boolean from the bytes message stream.
readBoolean() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a boolean from the stream message.
readByte() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a signed 8-bit value from the bytes message stream.
readByte() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a byte value from the stream message.
readBytes(byte[]) - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a byte array from the bytes message stream.
readBytes(byte[], int) - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a portion of the bytes message stream.
readBytes(byte[]) - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a byte array field from the stream message into the specified byte[] object (the read buffer).
readChar() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a Unicode character value from the bytes message stream.
readChar() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a Unicode character value from the stream message.
readDouble() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a double from the bytes message stream.
readDouble() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a double from the stream message.
readFloat() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a float from the bytes message stream.
readFloat() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a float from the stream message.
readInt() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a signed 32-bit integer from the bytes message stream.
readInt() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a 32-bit integer from the stream message.
readLines(InputStream) - Static method in class org.jfox.util.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the default character encoding of the platform.
readLines(InputStream, String) - Static method in class org.jfox.util.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(Reader) - Static method in class org.jfox.util.IOUtils
Get the contents of a Reader as a list of Strings, one entry per line.
readLong() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a signed 64-bit integer from the bytes message stream.
readLong() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a 64-bit integer from the stream message.
readObject() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads an object from the stream message.
readShort() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a signed 16-bit number from the bytes message stream.
readShort() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a 16-bit integer from the stream message.
readString() - Method in class org.jfox.jms.message.StreamMessageImpl
Reads a String from the stream message.
readUnsignedByte() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads an unsigned 8-bit number from the bytes message stream.
readUnsignedShort() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads an unsigned 16-bit number from the bytes message stream.
readUTF() - Method in class org.jfox.jms.message.BytesMessageImpl
Reads a string that has been encoded using a modified UTF-8 format from the bytes message stream.
rebind(String, Object) - Method in class org.jfox.ejb3.AbstractEJBContext.ENContext
 
rebind(String, Object) - Method in class org.jfox.ejb3.naming.ContextAdapter
 
rebind(Name, Object) - Method in class org.jfox.ejb3.naming.ContextAdapter
 
rebind(String, Object) - Method in class org.jfox.ejb3.SessionBucket.ENContext
 
rebind(String, Object) - Method in class org.jfox.ejb3.SimpleEJB3Container.ContainerNamingContext
 
receive() - Method in class org.jfox.jms.JMSConsumer
 
receive(long) - Method in class org.jfox.jms.JMSConsumer
 
receiveNoWait() - Method in class org.jfox.jms.JMSConsumer
 
recover() - Method in class org.jfox.jms.JMSSession
 
ReflectComponentInvoker - Class in org.jfox.framework.invoker
在同一个JVM中,直接通过反射调用 Component
ReflectComponentInvoker() - Constructor for class org.jfox.framework.invoker.ReflectComponentInvoker
 
refresh(Object) - Method in class org.jfox.entity.EntityManagerImpl
 
regexFileFile(String) - Static method in class org.jfox.util.FileFilterUtils
 
registerAction(String, ActionSupport) - Static method in class org.jfox.mvc.WebContextLoader
注册 Action,由 ActionSupport 在 postPropertiesSet 中调用
registerComponentListener(ComponentListener) - Method in class org.jfox.framework.EventManager
 
registerFrameworkListener(FrameworkListener) - Method in class org.jfox.framework.EventManager
 
registerMessageListener(MessageListener) - Method in class org.jfox.jms.destination.JMSDestination
 
registerModuleListener(ModuleListener) - Method in class org.jfox.framework.EventManager
 
registerNamedQuery(NamedNativeQuery, Class<?>) - Method in interface org.jfox.entity.EntityManagerFactoryBuilder
 
registerNamedQuery(NamedNativeQuery, Class<?>) - Method in class org.jfox.entity.EntityManagerFactoryBuilderImpl
 
releaseTxConnections() - Static method in class org.jfox.ejb3.transaction.TxConnectionsThreadLocal
 
reloadComponent(Class<? extends Component>) - Method in class org.jfox.framework.component.Module
reload a component
reloadModule(String) - Method in class org.jfox.framework.Framework
unload, then re-load
remove() - Method in class org.jfox.ejb3.AbstractEJBContext
 
remove() - Static method in class org.jfox.ejb3.EJBInvocation
 
remove() - Method in class org.jfox.ejb3.MDBBucket.MessageDrivenEJBContextImpl
 
remove() - Method in class org.jfox.ejb3.StatelessBucket.StatelessEJBContextImpl
 
remove(Serializable) - Method in interface org.jfox.entity.cache.Cache
删除一个cache的对象
remove(Serializable) - Method in class org.jfox.entity.cache.SimpleCache
 
remove(Serializable) - Method in class org.jfox.entity.cache.SingletonCache
 
remove(Object) - Method in class org.jfox.entity.EntityManagerImpl
 
remove(Object) - Method in class org.jfox.mvc.util.PagedList
 
remove(int) - Method in class org.jfox.mvc.util.PagedList
 
removeAction(Action) - Static method in class org.jfox.mvc.WebContextLoader
删除 Action,在 Action unrigister的时候会调用该方法,有 module unload触发
removeAll(Collection<?>) - Method in class org.jfox.mvc.util.PagedList
 
removeAttribute(String) - Method in class org.jfox.framework.component.ComponentContext
 
removeAttribute(String) - Method in class org.jfox.mvc.SessionContext
 
removeCachedObject(CachedObject) - Method in class org.jfox.entity.cache.SimpleCache
 
removeFromEnvironment(String) - Method in class org.jfox.ejb3.naming.ContextAdapter
 
removeMember(Principal) - Method in class org.jfox.ejb3.security.JAASGroup
Removes the specified member from the group.
removeParam(String) - Method in class org.jfox.ejb3.security.JAASLoginRequestCallback
 
removeRole(String) - Method in class org.jfox.ejb3.security.JAASLoginResponseCallback
 
removeThreadSessionContext() - Static method in class org.jfox.mvc.SessionContext
 
rename(Name, Name) - Method in class org.jfox.ejb3.naming.ContextAdapter
 
rename(String, String) - Method in class org.jfox.ejb3.naming.ContextAdapter
 
render(HttpServletRequest, HttpServletResponse) - Method in class org.jfox.mvc.freemarker.FreemarkerRender
 
Render - Interface in org.jfox.mvc
 
render(HttpServletRequest, HttpServletResponse) - Method in interface org.jfox.mvc.Render
render output page, and write to response
render(HttpServletRequest, HttpServletResponse) - Method in class org.jfox.mvc.velocity.VelocityRender
 
Repository - Class in org.jfox.framework.component
用来存储所有的 ComponentMeta 所有的 ComponentMeta用一个 Map 保存,便于全局搜索, 同时每个Module都有自己的CompoentRepo对象,便于按 Module 隔离
reset() - Method in class org.jfox.entity.cache.CacheStat
 
reset() - Method in class org.jfox.jms.message.BytesMessageImpl
Puts the message body in read-only mode and repositions the stream of bytes to the beginning.
reset() - Method in class org.jfox.jms.message.StreamMessageImpl
 
resolve() - Method in class org.jfox.framework.component.Module
初始化,only 装载配置文件,不解析
resolve() - Method in class org.jfox.framework.component.SystemModule
 
ResourceDependence - Class in org.jfox.ejb3.dependent
 
ResourceDependence(EJBBucket, Resource) - Constructor for class org.jfox.ejb3.dependent.ResourceDependence
 
resultClass - Variable in class org.jfox.entity.SQLTemplate
 
resultClass2ColumnsMap - Static variable in class org.jfox.entity.EntityFactory
保存一个 Result Class 的 column name=>column entry 的对应关系 result class => {column name=> column entry}
resume(Transaction) - Method in class org.jfox.ejb3.transaction.JTATransactionManager
 
retainAll(Collection) - Method in class org.jfox.mvc.util.PagedList
 
reuseEJBContext(AbstractEJBContext) - Method in interface org.jfox.ejb3.EJBBucket
重用 ejb instance
reuseEJBContext(AbstractEJBContext) - Method in class org.jfox.ejb3.MDBBucket
将实例返回给 pool
reuseEJBContext(AbstractEJBContext) - Method in class org.jfox.ejb3.SessionBucket
将EJBContext返回给 pool, ejb context 中包含ejb instance
reuseEJBContext(AbstractEJBContext) - Method in class org.jfox.ejb3.StatefulBucket
 
reuseEJBContext(AbstractEJBContext) - Method in class org.jfox.ejb3.StatelessBucket
将实例返回给 pool
ROLES_CONFIG - Static variable in class org.jfox.ejb3.security.JAASLoginServiceImpl
 
rollback() - Method in class org.jfox.ejb3.transaction.JTATransactionManager
 
rollback() - Method in class org.jfox.entity.EntityTransactionImpl
 
rollback() - Method in class org.jfox.jms.JMSSession
 
run() - Method in class org.jfox.ejb3.timer.EJBTimerTask
 
run() - Method in interface org.jfox.framework.component.RunnableComponent
 
run() - Method in class org.jfox.jms.destination.JMSDestination
 
run() - Method in class org.jfox.jms.JMSSession
 
RunnableComponent - Interface in org.jfox.framework.component
可以为一个独立线程运行的 Component 需要手动的构造 Thread 运行 Component, Framework不会自动启动 Thread

A B C D E F G H I J K L M N O P Q R S T U V W X