Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W _ 

A

AbstractDeserializer - Class in com.caucho.hessian.io
Deserializing an object.
AbstractDeserializer() - Constructor for class com.caucho.hessian.io.AbstractDeserializer
 
AbstractHessianInput - Class in com.caucho.hessian.io
Abstract base class for Hessian requests.
AbstractHessianInput() - Constructor for class com.caucho.hessian.io.AbstractHessianInput
 
AbstractHessianOutput - Class in com.caucho.hessian.io
Abstract output stream for Hessian requests.
AbstractHessianOutput() - Constructor for class com.caucho.hessian.io.AbstractHessianOutput
 
AbstractHessianResolver - Class in com.caucho.hessian.io
Looks up remote objects.
AbstractHessianResolver() - Constructor for class com.caucho.hessian.io.AbstractHessianResolver
 
AbstractJSFView - Class in com.vektorsoft.demux.web.jsf.core
Base class for implementing views based on JSF technology.
AbstractJSFView(String, String) - Constructor for class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
Creates new instance of the view.
AbstractListDeserializer - Class in com.caucho.hessian.io
Deserializing a JDK 1.2 Collection.
AbstractListDeserializer() - Constructor for class com.caucho.hessian.io.AbstractListDeserializer
 
AbstractMapDeserializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
AbstractMapDeserializer() - Constructor for class com.caucho.hessian.io.AbstractMapDeserializer
 
AbstractSerializer - Class in com.caucho.hessian.io
Serializing an object.
AbstractSerializer() - Constructor for class com.caucho.hessian.io.AbstractSerializer
 
AbstractSerializerFactory - Class in com.caucho.hessian.io
Factory for returning serialization methods.
AbstractSerializerFactory() - Constructor for class com.caucho.hessian.io.AbstractSerializerFactory
 
AbstractStreamDeserializer - Class in com.caucho.hessian.io
Deserializing a byte stream
AbstractStreamDeserializer() - Constructor for class com.caucho.hessian.io.AbstractStreamDeserializer
 
AbstractStreamSerializer - Class in com.caucho.hessian.io
Serializing an object containing a byte stream.
AbstractStreamSerializer() - Constructor for class com.caucho.hessian.io.AbstractStreamSerializer
 
AbstractStringValueDeserializer - Class in com.caucho.hessian.io
Deserializes a string-valued object like BigDecimal.
AbstractStringValueDeserializer() - Constructor for class com.caucho.hessian.io.AbstractStringValueDeserializer
 
AbstractViewManager - Class in com.vektorsoft.demux.core.mva
Base class for specific implementations of ViewManager.
AbstractViewManager() - Constructor for class com.vektorsoft.demux.core.mva.AbstractViewManager
Create new instance.
ActivityServiceCustomizer - Class in com.vektorsoft.demux.android.core
Service customizer for DMXMainActivityService.
ActivityServiceCustomizer(BundleContext) - Constructor for class com.vektorsoft.demux.android.core.ActivityServiceCustomizer
Creates new instance.
adapter - Variable in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Adapter instance.
adapter - Variable in class com.vektorsoft.demux.core.mva.AbstractViewManager
Adapter instance associated with this view manager.
adapter - Variable in class com.vektorsoft.demux.core.mva.DMXAbstractView
Adapter instance this view is registered with.
adapter - Variable in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
Adapter instance.
adapter - Variable in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Adapter instance.
ADAPTER_BEAN_NAME - Static variable in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Name of this bean within JSF runtime.
addAfterMenu(String, T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Adds specified menu to menu bar after the menu with ID menuId.
addAfterMenu(String, Menu) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
addChildMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for adding child view.
addChildView(DMXView) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
This method does nothing.
addChildView(DMXView) - Method in interface com.vektorsoft.demux.core.mva.DMXView
Adds specified view as a child of this view.
addChildView(DMXView) - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
addChildView(DMXView) - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
Adds child view to this view.
addComponentId(String) - Method in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Add component ID to existing list.
addComponentId(int) - Method in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Add component ID to existing list.
addComponentId(String) - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Add component ID to the list.
addDeserializer(Class, Deserializer) - Method in class com.caucho.hessian.io.ExtSerializerFactory
Adds a deserializer.
addFactory(AbstractSerializerFactory) - Method in class com.caucho.hessian.io.SerializerFactory
Adds a factory.
addIdsToBlock(String...) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Add IDs of GUI components that should be blocked while task is executing.
addingService(ServiceReference<DMXMainActivityService>) - Method in class com.vektorsoft.demux.android.core.ActivityServiceCustomizer
Invoked when service is being added.
addingService(ServiceReference<DMXAdapter>) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
This method will register any extension callbacks specified by extension configuration.
addingService(ServiceReference<DMXAdapter>) - Method in class com.vektorsoft.demux.core.DemuxCoreCustomizer
 
addingService(ServiceReference<Object>) - Method in class com.vektorsoft.demux.desktop.jfx.WindowServiceCustomizer
 
addLocaleChangeObserver(Observer) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
addLocaleChangeObserver(Observer) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Add observer which will be notified when locale is changed.
addLocaleChangeObserver(Observer) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
addMapping(String, DMXView) - Static method in class com.vektorsoft.demux.web.jsf.core.internal.ViewResourceUtils
Maps specified view ID to specified view.
addMapping(String, URL) - Static method in class com.vektorsoft.demux.web.jsf.core.internal.ViewResourceUtils
Maps specified view ID to specified URL.
addMenuItemToMenu(String, S) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Adds specified menu item to menu with specified ID.
addMenuItemToMenu(String, MenuItem) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
addModelChangeListener(ModelChangeListener) - Method in interface com.vektorsoft.demux.core.app.ModelChangeAware
Add new listener.
addModelChangeListener(ModelChangeListener) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
 
addRef(Object) - Method in class com.caucho.hessian.io.AbstractHessianInput
Adds an object reference.
addRef(Object) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Adds an object to the reference list.
addRef(Object) - Method in class com.caucho.hessian.io.Hessian2Input
Adds a list/map reference.
addRef(Object) - Method in class com.caucho.hessian.io.Hessian2Output
If the object has already been written, just write its ref.
addRef(Object) - Method in class com.caucho.hessian.io.HessianInput
Adds a list/map reference.
addRef(Object) - Method in class com.caucho.hessian.io.HessianOutput
If the object has already been written, just write its ref.
addSerializer(Class, Serializer) - Method in class com.caucho.hessian.io.ExtSerializerFactory
Adds a serializer.
addSubmenuToMenu(String, T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Adds subMenu as a sub menu of menu with ID menuId.
addSubmenuToMenu(String, Menu) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
addSupportedLocale(Locale) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
addSupportedLocale(Locale) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Adds new locale to a list of supported locales.
addSupportedLocale(Locale) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
addTaskStatusListener(TaskStatusListener) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
addTaskStatusListener(TaskStatusListener) - Method in interface com.vektorsoft.demux.core.task.DMXTask
Add listener to track changes to task status.
addToolbar(T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXToolbarService
Add toolbar to main window toolbar.
addToolbar(ToolBar) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
 
afterInitialViewRegistration(DMXView) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
This method should be called from subclasses after initial view registration in order to correctly register deferred view.
allocate() - Method in class com.caucho.hessian.util.HessianFreeList
Try to get an object from the free list.
allowFree(T) - Method in class com.caucho.hessian.util.HessianFreeList
 
AndroidEventHandler<T> - Class in com.vektorsoft.demux.android.core.app
Base class for implementing event handlers in Android.
AndroidEventHandler(DMXAdapter) - Constructor for class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Creates new instance.
AndroidLogger - Class in com.vektorsoft.demux.android.core.log
Android-specific implementation of DMXLogger.
AndroidLogger(String) - Constructor for class com.vektorsoft.demux.android.core.log.AndroidLogger
Creates new instance.
AndroidLogProducer - Class in com.vektorsoft.demux.android.core.log
An implementation of DMXLoggerProducer based on Android Log class.
AndroidLogProducer() - Constructor for class com.vektorsoft.demux.android.core.log.AndroidLogProducer
 
AndroidMainActivator - Class in com.vektorsoft.demux.android.main
Activator for Android main bundle.
AndroidMainActivator(DMXMainActivityService) - Constructor for class com.vektorsoft.demux.android.main.AndroidMainActivator
Creates new instance.
AndroidResourceTypeEnum - Enum in com.vektorsoft.demux.android.core.resources
Enumerates different types of Android resources which can be accessed from application.
AndroidViewInvocationHandler - Class in com.vektorsoft.demux.android.core.proxy
Implementation of invocation handler for Android views.
AndroidViewInvocationHandler(Class, DMXDefaultAdapter, Context) - Constructor for class com.vektorsoft.demux.android.core.proxy.AndroidViewInvocationHandler
Create new instance.
AnnotationDeserializer - Class in com.caucho.hessian.io
Deserializing a java annotation for known object types.
AnnotationDeserializer(Class) - Constructor for class com.caucho.hessian.io.AnnotationDeserializer
 
AnnotationInvocationHandler - Class in com.caucho.hessian.io
Proxy for a java annotation for known object types.
AnnotationInvocationHandler(Class, HashMap<String, Object>) - Constructor for class com.caucho.hessian.io.AnnotationInvocationHandler
 
AnnotationSerializer - Class in com.caucho.hessian.io
Serializing a Java annotation
AnnotationSerializer(Class) - Constructor for class com.caucho.hessian.io.AnnotationSerializer
 
appendToMenuBar(T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Appends specified menu at the end of menu bar.
appendToMenuBar(Menu) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
arguments - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Array of arguments that application was invoked with.
ArrayDeserializer - Class in com.caucho.hessian.io
Deserializing a Java array
ArrayDeserializer(Class) - Constructor for class com.caucho.hessian.io.ArrayDeserializer
 
ArraySerializer - Class in com.caucho.hessian.io
Serializing a Java array.
ArraySerializer() - Constructor for class com.caucho.hessian.io.ArraySerializer
 

B

BasicDeserializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
BasicDeserializer(int) - Constructor for class com.caucho.hessian.io.BasicDeserializer
 
BasicSerializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
BasicSerializer(int) - Constructor for class com.caucho.hessian.io.BasicSerializer
 
BC_BINARY - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_BINARY_CHUNK - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_BINARY_DIRECT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_BINARY_SHORT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_CLASS_DEF - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_DATE - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_DATE_MINUTE - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_BYTE - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_MILL - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_ONE - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_SHORT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_DOUBLE_ZERO - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_END - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_FALSE - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_INT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_INT_BYTE_ZERO - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_INT_SHORT_ZERO - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_INT_ZERO - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_DIRECT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_DIRECT_UNTYPED - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_FIXED - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_FIXED_UNTYPED - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_VARIABLE - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LIST_VARIABLE_UNTYPED - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LONG - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LONG_BYTE_ZERO - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LONG_INT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LONG_SHORT_ZERO - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_LONG_ZERO - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_MAP - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_MAP_UNTYPED - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_NULL - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_OBJECT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_OBJECT_DEF - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_OBJECT_DIRECT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_REF - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_STRING - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_STRING_CHUNK - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_STRING_DIRECT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_STRING_SHORT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BC_TRUE - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BeanDeserializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
BeanDeserializer(Class) - Constructor for class com.caucho.hessian.io.BeanDeserializer
 
BeanSerializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
BeanSerializer(Class<?>, ClassLoader) - Constructor for class com.caucho.hessian.io.BeanSerializer
 
BeanSerializerFactory - Class in com.caucho.hessian.io
Factory for returning serialization methods.
BeanSerializerFactory() - Constructor for class com.caucho.hessian.io.BeanSerializerFactory
 
BigDecimalDeserializer - Class in com.caucho.hessian.io
Deserializing a BigDecimal
BigDecimalDeserializer() - Constructor for class com.caucho.hessian.io.BigDecimalDeserializer
 
BINARY_DIRECT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
BINARY_SHORT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
blockGui(boolean, GUIBlockingScope, String...) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
blockGui(boolean, GUIBlockingScope, String...) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Block or unblock GUI based on specified parameters.
blockGui(boolean, GUIBlockingScope, String...) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
blockGui(boolean, GUIBlockingScope, String...) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
blockIds - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
List of IDs of components that should be blocked during execution.
blockScope - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
GUI blocking scope.
BOOLEAN - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
BOOLEAN - Static variable in class com.caucho.hessian.io.BasicSerializer
 
BOOLEAN_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
BOOLEAN_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 
buildNumber - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Application build number string.
bundleChanged(BundleEvent) - Method in class com.vektorsoft.demux.web.jsf.core.internal.JSFBundleResourceListener
 
BundleResourceExtractor - Class in com.vektorsoft.demux.web.jsf.core.internal
A Runnable implementation which is used to extract resources from a bundle into specific server location.
BundleResourceExtractor(Enumeration<URL>, String) - Constructor for class com.vektorsoft.demux.web.jsf.core.internal.BundleResourceExtractor
Creates new instance.
BYTE - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
BYTE - Static variable in class com.caucho.hessian.io.BasicSerializer
 
BYTE_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
BYTE_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 
BYTE_HANDLE - Static variable in class com.caucho.hessian.io.BasicSerializer
 
ByteArraySerializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
ByteHandle - Class in com.caucho.hessian.io
Handle for Java Byte objects.
ByteHandle(byte) - Constructor for class com.caucho.hessian.io.ByteHandle
 

C

CalendarHandle - Class in com.caucho.hessian.io
Handle for a calendar object.
CalendarHandle() - Constructor for class com.caucho.hessian.io.CalendarHandle
 
CalendarHandle(Class, long) - Constructor for class com.caucho.hessian.io.CalendarHandle
 
CalendarSerializer - Class in com.caucho.hessian.io
Serializing a calendar.
CalendarSerializer() - Constructor for class com.caucho.hessian.io.CalendarSerializer
 
call(String, Object[]) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a complete method call.
call(String, Object[]) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a complete method call.
call(String, Object[]) - Method in class com.caucho.hessian.io.HessianOutput
Writes a complete method call.
callback - Variable in class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
Extension callback used by this class.
callback - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Extension callback used by this class.
callbackResourceMap - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Maps of resources registered by callbacks.
callbacks - Variable in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
List of extension callbacks.
CHARACTER - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
CHARACTER - Static variable in class com.caucho.hessian.io.BasicSerializer
 
CHARACTER_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
CHARACTER_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 
CHARACTER_OBJECT - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
CHARACTER_OBJECT - Static variable in class com.caucho.hessian.io.BasicSerializer
 
checkDuplicate(T) - Method in class com.caucho.hessian.util.HessianFreeList
Debugging to see if the object has already been freed.
ClassDeserializer - Class in com.caucho.hessian.io
Deserializing a JDK 1.2 Class.
ClassDeserializer(ClassLoader) - Constructor for class com.caucho.hessian.io.ClassDeserializer
 
ClassSerializer - Class in com.caucho.hessian.io
Serializing a remote object.
ClassSerializer() - Constructor for class com.caucho.hessian.io.ClassSerializer
 
clear() - Method in class com.caucho.hessian.util.IdentityIntMap
Clear the hashmap.
clear() - Method in class com.caucho.hessian.util.IntMap
Clear the hashmap.
clearSupportedLocales() - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
clearSupportedLocales() - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Removes all supported locales from this resource manager.
clearSupportedLocales() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
close() - Method in class com.caucho.hessian.io.AbstractHessianInput
 
close() - Method in class com.caucho.hessian.io.AbstractHessianOutput
 
close() - Method in class com.caucho.hessian.io.Hessian2Input
 
close() - Method in class com.caucho.hessian.io.Hessian2Output
 
close() - Method in class com.caucho.hessian.io.Hessian2StreamingInput
Close the output.
close() - Method in class com.caucho.hessian.io.Hessian2StreamingOutput
Close the output.
close() - Method in class com.caucho.hessian.io.HessianDebugInputStream
closes the stream.
close() - Method in class com.caucho.hessian.io.HessianDebugOutputStream
closes the stream.
close() - Method in class com.caucho.hessian.io.HessianInput
 
close() - Method in class com.caucho.hessian.io.HessianOutput
 
closeDialog() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialog
 
closeDialog() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
 
closeDialog() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialog
Close this dialog.
closeDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogStage
 
closeDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
 
closeDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXProgressDialog
 
codeName(int) - Method in class com.caucho.hessian.io.AbstractDeserializer
 
codeName(int) - Method in class com.caucho.hessian.io.Hessian2Input
 
codeName(int) - Method in class com.caucho.hessian.io.HessianInput
 
CollectionDeserializer - Class in com.caucho.hessian.io
Deserializing a JDK 1.2 Collection.
CollectionDeserializer(Class) - Constructor for class com.caucho.hessian.io.CollectionDeserializer
 
CollectionSerializer - Class in com.caucho.hessian.io
Serializing a JDK 1.2 Collection.
CollectionSerializer() - Constructor for class com.caucho.hessian.io.CollectionSerializer
 
com.caucho.hessian - package com.caucho.hessian
 
com.caucho.hessian.io - package com.caucho.hessian.io
 
com.caucho.hessian.util - package com.caucho.hessian.util
 
com.vektorsoft.demux.android.core - package com.vektorsoft.demux.android.core
Contains classes need to activate this bundle.
com.vektorsoft.demux.android.core.app - package com.vektorsoft.demux.android.core.app
Contains classes needed for implementation of MVA pattern on Android.
com.vektorsoft.demux.android.core.gui - package com.vektorsoft.demux.android.core.gui
Contains classes useful for GUI building.
com.vektorsoft.demux.android.core.log - package com.vektorsoft.demux.android.core.log
 
com.vektorsoft.demux.android.core.proxy - package com.vektorsoft.demux.android.core.proxy
Contains Android-specific proxy classes.
com.vektorsoft.demux.android.core.resources - package com.vektorsoft.demux.android.core.resources
Contains classes for handling resources on Android platform.
com.vektorsoft.demux.android.main - package com.vektorsoft.demux.android.main
Provides classes needed to launch Android applications based on DEMUX framework.
com.vektorsoft.demux.android.main.svc - package com.vektorsoft.demux.android.main.svc
Provides main service definitions for Android applications.
com.vektorsoft.demux.core - package com.vektorsoft.demux.core
Contains classes required to initialize the framework.
com.vektorsoft.demux.core.annotations - package com.vektorsoft.demux.core.annotations
Contains definitions of annotations used for declarative MVC definitions.
com.vektorsoft.demux.core.app - package com.vektorsoft.demux.core.app
Defines interfaces common to all applications across multiple domains.
com.vektorsoft.demux.core.common - package com.vektorsoft.demux.core.common
Contains definitions of common controllers which can be used across platforms.
com.vektorsoft.demux.core.dlg - package com.vektorsoft.demux.core.dlg
Contains classes used for creating and managing dialogs.
com.vektorsoft.demux.core.extension - package com.vektorsoft.demux.core.extension
Contains classes and interface related to extensions management.
com.vektorsoft.demux.core.extension.impl - package com.vektorsoft.demux.core.extension.impl
Default implementation of extension management methods.
com.vektorsoft.demux.core.http - package com.vektorsoft.demux.core.http
 
com.vektorsoft.demux.core.http.ctrl - package com.vektorsoft.demux.core.http.ctrl
 
com.vektorsoft.demux.core.log - package com.vektorsoft.demux.core.log
 
com.vektorsoft.demux.core.log.impl - package com.vektorsoft.demux.core.log.impl
 
com.vektorsoft.demux.core.mva - package com.vektorsoft.demux.core.mva
Contains classes and interface that represent Model-View-Adapter pattern.
com.vektorsoft.demux.core.proxy - package com.vektorsoft.demux.core.proxy
Contains classes used for creating proxy objects.
com.vektorsoft.demux.core.resources - package com.vektorsoft.demux.core.resources
Contains classes related to internationalization and localization.
com.vektorsoft.demux.core.resources.impl - package com.vektorsoft.demux.core.resources.impl
Contains default implementations of interfaces for managing resources.
com.vektorsoft.demux.core.task - package com.vektorsoft.demux.core.task
Provides class definitions for handling multitasking.
com.vektorsoft.demux.desktop.gui - package com.vektorsoft.demux.desktop.gui
 
com.vektorsoft.demux.desktop.jfx - package com.vektorsoft.demux.desktop.jfx
Contains classes for desktop version of the framework.
com.vektorsoft.demux.desktop.jfx.app - package com.vektorsoft.demux.desktop.jfx.app
Contains implementation classes for common application service.
com.vektorsoft.demux.desktop.jfx.app.gui - package com.vektorsoft.demux.desktop.jfx.app.gui
Contains implementations of GUI related services, such as menu and tolbar.
com.vektorsoft.demux.desktop.jfx.gui - package com.vektorsoft.demux.desktop.jfx.gui
Contains public interfaces and classes used for interacting with JavaFX GUI.
com.vektorsoft.demux.desktop.jfx.main - package com.vektorsoft.demux.desktop.jfx.main
Contains application activator.
com.vektorsoft.demux.desktop.jfx.main.impl - package com.vektorsoft.demux.desktop.jfx.main.impl
Contains implementations of service classes specific to JavaFX.
com.vektorsoft.demux.desktop.jfx.main.preload - package com.vektorsoft.demux.desktop.jfx.main.preload
Classes for preloader of main application.
com.vektorsoft.demux.desktop.jfx.main.svc - package com.vektorsoft.demux.desktop.jfx.main.svc
Interface definitions of services exported by this bundle.
com.vektorsoft.demux.desktop.jfx.view - package com.vektorsoft.demux.desktop.jfx.view
Contains classes needed to implement views for JavaFX platform.
com.vektorsoft.demux.desktop.jfx.view.dlg - package com.vektorsoft.demux.desktop.jfx.view.dlg
Contains classes for creating and managing JavaFX dialogs.
com.vektorsoft.demux.desktop.main - package com.vektorsoft.demux.desktop.main
 
com.vektorsoft.demux.web.jsf.core - package com.vektorsoft.demux.web.jsf.core
Contains classes and interfaces required for running DEMUX JSF applications.
com.vektorsoft.demux.web.jsf.core.internal - package com.vektorsoft.demux.web.jsf.core.internal
Contains class which are not publicly accessible.
com.vektorsoft.demux.web.jsf.core.setup - package com.vektorsoft.demux.web.jsf.core.setup
Contains classes and interfaces required to properly set up and initialize JSF application.
completeCall() - Method in class com.caucho.hessian.io.AbstractHessianInput
Completes reading the call
completeCall() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Completes the method call:
completeCall() - Method in class com.caucho.hessian.io.Hessian2Input
Completes reading the call
completeCall() - Method in class com.caucho.hessian.io.Hessian2Output
Completes.
completeCall() - Method in class com.caucho.hessian.io.HessianInput
Completes reading the call
completeCall() - Method in class com.caucho.hessian.io.HessianOutput
Completes.
completeEnvelope() - Method in class com.caucho.hessian.io.Hessian2Input
Completes reading the envelope
completeEnvelope() - Method in class com.caucho.hessian.io.Hessian2Output
Completes an envelope.
completeMessage() - Method in class com.caucho.hessian.io.Hessian2Input
Completes reading the message
completeMessage() - Method in class com.caucho.hessian.io.Hessian2Output
Completes reading the message
completeReply() - Method in class com.caucho.hessian.io.AbstractHessianInput
Completes reading the call
completeReply() - Method in class com.caucho.hessian.io.AbstractHessianOutput
 
completeReply() - Method in class com.caucho.hessian.io.Hessian2Input
Completes reading the call
completeReply() - Method in class com.caucho.hessian.io.Hessian2Output
Completes reading the reply
completeReply() - Method in class com.caucho.hessian.io.HessianInput
Completes reading the call
completeReply() - Method in class com.caucho.hessian.io.HessianOutput
Completes reading the reply
completeValueReply() - Method in class com.caucho.hessian.io.Hessian2Input
Completes reading the call
completeValueReply() - Method in class com.caucho.hessian.io.HessianInput
Completes reading the call
configProperties - Variable in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
Configuration properties.
configuration - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Configuration parameters map.
constraintField - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
View placement constraint field.
constraintMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for getting placement constraint.
constructUI() - Method in interface com.vektorsoft.demux.core.mva.DMXView
This method should be used for initial creation of user interface.
constructUI() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
constructUiMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for initial UI construction.
containsExecMethod(Class) - Static method in class com.vektorsoft.demux.core.proxy.ProxyUtils
Verifies that given Class object contains annotated execute() method.
contentType(String) - Method in class com.vektorsoft.demux.core.http.DMXHttpResponse
Sets content type of the response.
context - Variable in class com.vektorsoft.demux.android.core.app.DMXAndroidAbstractView
Android application context.
context - Variable in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
App context.
context - Variable in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Bundle context.
contextDestroyed(ServletContextEvent) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXContextListener
 
ContextSerializerFactory - Class in com.caucho.hessian.io
The classloader-specific Factory for returning serialization
ContextSerializerFactory(ContextSerializerFactory, ClassLoader) - Constructor for class com.caucho.hessian.io.ContextSerializerFactory
 
controllerId - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
ID of controller to execute.
ControllerInvocationHandler - Class in com.vektorsoft.demux.core.proxy
Invocation handler used for forwarding proxied methods for controllers.
ControllerInvocationHandler(Class) - Constructor for class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
Creates new instance.
controllerMap - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Map of all registered controllers.
copyFiles(URL, File) - Static method in class com.vektorsoft.demux.web.jsf.core.internal.JSFBundleResourceListener
Copy file from specified source URL to target file.
create(String) - Method in class com.caucho.hessian.io.AbstractStringValueDeserializer
 
create(String) - Method in class com.caucho.hessian.io.BigDecimalDeserializer
 
create() - Static method in class com.caucho.hessian.io.ContextSerializerFactory
 
create(ClassLoader) - Static method in class com.caucho.hessian.io.ContextSerializerFactory
 
create() - Static method in class com.caucho.hessian.io.EnumerationDeserializer
 
create() - Static method in class com.caucho.hessian.io.EnumerationSerializer
 
create(String) - Method in class com.caucho.hessian.io.FileDeserializer
 
create() - Static method in class com.caucho.hessian.io.IteratorDeserializer
 
create() - Static method in class com.caucho.hessian.io.IteratorSerializer
 
create(Class<?>) - Static method in class com.caucho.hessian.io.JavaSerializer
 
create() - Static method in class com.caucho.hessian.io.LocaleSerializer
 
create(String) - Method in class com.caucho.hessian.io.ObjectNameDeserializer
 
create(String) - Method in class com.caucho.hessian.io.StringValueDeserializer
 
createArray(int) - Method in class com.caucho.hessian.io.ArrayDeserializer
 
createDefault() - Static method in class com.caucho.hessian.io.SerializerFactory
 
createDialog(String, String) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create custom Android dialog.
createDialog(String, String) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Create dialog for JavaFX platform based on provided parameters.
createField(String) - Method in class com.caucho.hessian.io.AbstractDeserializer
Creates a field value class.
createField(String) - Method in interface com.caucho.hessian.io.Deserializer
Returns the deserializer's field reader for the given name.
createField(String) - Method in class com.caucho.hessian.io.JavaDeserializer
 
createFields(int) - Method in class com.caucho.hessian.io.AbstractDeserializer
Creates the field array for a class.
createFields(int) - Method in interface com.caucho.hessian.io.Deserializer
Creates an empty array for the deserializers field entries.
createFields(int) - Method in class com.caucho.hessian.io.JavaDeserializer
 
createHessian2DebugOutput(OutputStream, Logger, Level) - Method in class com.caucho.hessian.io.HessianFactory
 
createHessian2Input(InputStream) - Method in class com.caucho.hessian.io.HessianFactory
Creates a new Hessian 2.0 deserializer.
createHessian2Output(OutputStream) - Method in class com.caucho.hessian.io.HessianFactory
Creates a new Hessian 2.0 serializer.
createHessian2Output() - Method in class com.caucho.hessian.io.HessianFactory
Creates a new Hessian 2.0 serializer.
createHessian2StreamingInput(InputStream) - Method in class com.caucho.hessian.io.HessianFactory
Creates a new Hessian 2.0 deserializer.
createHessian2StreamingOutput(OutputStream) - Method in class com.caucho.hessian.io.HessianFactory
Creates a new Hessian 2.0 serializer.
createHessianInput(InputStream) - Method in class com.caucho.hessian.io.HessianFactory
Creates a new Hessian 1.0 deserializer.
createHessianOutput(OutputStream) - Method in class com.caucho.hessian.io.HessianFactory
Creates a new Hessian 1.0 serializer.
createLogger(String) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogProducer
 
createLogger(Class) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogProducer
 
createLogger(String) - Method in interface com.vektorsoft.demux.core.log.DMXLoggerProducer
Creates logger with specified name.
createLogger(Class) - Method in interface com.vektorsoft.demux.core.log.DMXLoggerProducer
Create logger with name of the specified class.
createLogger(String) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLoggerProducer
 
createLogger(Class) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLoggerProducer
 
createOptionDialog(String, String, int, Object) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Create options dialog based on specified parameters.
createOptionDialog(String, String, String[], Object) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Creates options dialog with custom buttons.
createOptionsDialog(String, String, int) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create dialog with specified title, message and predefined options.
createOptionsDialog(String, String, String[]) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create dialog with specified title, message and options buttons.
createOptionsDialog(String, int) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create dialog which displays view with specified ID, and with specified options.
createOptionsDialog(String, String[]) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create dialog which displays view with specified ID, and with specified options.
createProgressDialog(String) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Creates dialog that will be used to display task progress.
createViewResource(FacesContext, String) - Method in class com.vektorsoft.demux.web.jsf.core.DMXResourceHandlerJSF
 
CTRL_PROPERTY_BIND - Static variable in class com.vektorsoft.demux.core.app.DMXCoreConstants
Controller ID for property binding.
CTRL_VIEW_ACITVATION - Static variable in class com.vektorsoft.demux.core.app.DMXCoreConstants
Controller ID for view activation.
currentLocale - Variable in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
Application's current locale.
currentLocale - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
Application's current locale.

D

dataModel - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Model to be used with this adapter.
DATE - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
DATE - Static variable in class com.caucho.hessian.io.BasicSerializer
 
debug(String) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogger
 
debug(String, Throwable) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogger
 
debug(String) - Method in interface com.vektorsoft.demux.core.log.DMXLogger
Logs a message with DEBUG level.
debug(String, Throwable) - Method in interface com.vektorsoft.demux.core.log.DMXLogger
Logs a message with DEBUG level and adds exception info.
debug(String) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLogger
 
debug(String, Throwable) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLogger
 
DefaultExtensionConfig - Class in com.vektorsoft.demux.core.extension
Default implementation of DMXExtensionConfig interface.
DefaultExtensionConfig() - Constructor for class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
Creates new instance.
DefaultLogger - Class in com.vektorsoft.demux.core.log.impl
Default implementation of DMXLogger interface.
DefaultLogger(Logger) - Constructor for class com.vektorsoft.demux.core.log.impl.DefaultLogger
Creates new logger based on JDK Logger.
DefaultLogger(Logger, String) - Constructor for class com.vektorsoft.demux.core.log.impl.DefaultLogger
Creates new logger based on specified JDK Logger and bundle name.
DefaultLoggerProducer - Class in com.vektorsoft.demux.core.log.impl
An implementation of DMXLoggerProducer which is based on JDK logging.
DefaultLoggerProducer() - Constructor for class com.vektorsoft.demux.core.log.impl.DefaultLoggerProducer
 
DefaultResourceHandler - Class in com.vektorsoft.demux.core.resources.impl
 
DefaultResourceHandler() - Constructor for class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Creates new instance.
DefaultResourceManager - Class in com.vektorsoft.demux.core.resources.impl
Default implementation of DMXResourceManager.
DefaultResourceManager() - Constructor for class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
Creates new instance.
Deflation - Class in com.caucho.hessian.io
 
Deflation() - Constructor for class com.caucho.hessian.io.Deflation
 
DEMUX_BUNDLE_CACHE_DIR - Static variable in class com.vektorsoft.demux.core.app.DMXCoreConstants
Name of directory containing bundle cache.
DEMUX_DIR_NAME - Static variable in class com.vektorsoft.demux.core.app.DMXCoreConstants
Name of DEMUX storage directory.
DemuxActivator - Class in com.vektorsoft.demux.core
ACtivator for demux-core bundle.
DemuxActivator() - Constructor for class com.vektorsoft.demux.core.DemuxActivator
 
DemuxCoreCustomizer - Class in com.vektorsoft.demux.core
Customizer for DMXAdapter service.
DemuxCoreCustomizer(BundleContext) - Constructor for class com.vektorsoft.demux.core.DemuxCoreCustomizer
Creates new instance.
DESER - Static variable in class com.caucho.hessian.io.InputStreamDeserializer
 
DESER - Static variable in class com.caucho.hessian.io.RemoteDeserializer
 
Deserializer - Interface in com.caucho.hessian.io
Deserializing an object.
destroy() - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXFilter
 
DialogFactory - Interface in com.vektorsoft.demux.core.dlg
This is tagging interface which marks implementing class as being a factory for dialogs.
DLG_OPTION_CANCEL - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Value for Cancel option.
DLG_OPTION_CLOSED - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Indicates that dialog was closed on close button.
DLG_OPTION_NO - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Value for No option.
DLG_OPTION_OK - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Value for OK option.
DLG_OPTION_YES - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Value for Yes option.
DLG_TYPE_ERROR - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Error dialog (with error icon).
DLG_TYPE_INFO - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Information dialog (with information icon).
DLG_TYPE_PLAIN - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Plain dialog (no icon).
DLG_TYPE_QUESTION - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Question dialog (with question icon).
DLG_TYPE_WARNING - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Warning dialog (with warning icon).
dlgField - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Dialog field for view.
dlgResultMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for getting dialog result.
DMX_ANDROID_ROOT_VIEW - Static variable in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
Name of the root view.
DMX_VIEW_EXTENSION - Static variable in class com.vektorsoft.demux.web.jsf.core.JSFConstants
XHTML files extension.
DMX_VIEW_PATH - Static variable in class com.vektorsoft.demux.web.jsf.core.JSFConstants
Path where view .xhtml files will be stored.
DMX_VIEW_URL_PREFIX - Static variable in class com.vektorsoft.demux.web.jsf.core.JSFConstants
Prefix for view composition path.
DMXAbstractActivator - Class in com.vektorsoft.demux.core.app
Basic activator class which provides support for extensions through fragment bundles.
DMXAbstractActivator() - Constructor for class com.vektorsoft.demux.core.app.DMXAbstractActivator
 
DMXAbstractCallback - Class in com.vektorsoft.demux.core.extension
Abstract implementation of DMXExtensionCallback.
DMXAbstractCallback() - Constructor for class com.vektorsoft.demux.core.extension.DMXAbstractCallback
Creates new instance.
DMXAbstractController - Class in com.vektorsoft.demux.core.mva
Abstract implementation of DMXController.
DMXAbstractController(String...) - Constructor for class com.vektorsoft.demux.core.mva.DMXAbstractController
Creates new instance.
DMXAbstractView - Class in com.vektorsoft.demux.core.mva
An implementation of DMXView interface which provides some common methods that can be used for view across all supported platforms.
DMXAbstractView(DMXAdapter, String...) - Constructor for class com.vektorsoft.demux.core.mva.DMXAbstractView
Creates new instance.
DMXActivatorJSF - Class in com.vektorsoft.demux.web.jsf.core
Custom activator for JSF core bundle.
DMXActivatorJSF() - Constructor for class com.vektorsoft.demux.web.jsf.core.DMXActivatorJSF
 
DMXAdapter - Interface in com.vektorsoft.demux.core.mva
Defines methods required by Adapter part of the MVA (Model-View-Adapter) pattern.
DMXAdapterJSF - Class in com.vektorsoft.demux.web.jsf.core
An implementation of DMXAdapter used in JSF environment.
DMXAdapterJSF() - Constructor for class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Creates new instance.
DMXAdapterTrackerCustomizer - Class in com.vektorsoft.demux.core.app
This is an implementation of ServiceTrackerCustomizer class for DMXAdapter service.
DMXAdapterTrackerCustomizer(BundleContext, DMXExtensionConfig) - Constructor for class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Creates new instance.
DMXAdapterTrackerHandler - Class in com.vektorsoft.demux.core.app
This class is intended to be used in conjunction with DMXAdapterTrackerCustomizer.
DMXAdapterTrackerHandler() - Constructor for class com.vektorsoft.demux.core.app.DMXAdapterTrackerHandler
 
DMXAndroidAbstractView - Class in com.vektorsoft.demux.android.core.app
An implementation of DMXView for use on Android devices.
DMXAndroidAbstractView(DMXAdapter, String...) - Constructor for class com.vektorsoft.demux.android.core.app.DMXAndroidAbstractView
Creates new instance.
DMXAndroidApplication - Class in com.vektorsoft.demux.android.core.app
Android implementation of DMXApplication.
DMXAndroidApplication() - Constructor for class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Creates new instance with default values.
DMXAndroidCoreActivator - Class in com.vektorsoft.demux.android.core
Activator for Android Core bundle.
DMXAndroidCoreActivator() - Constructor for class com.vektorsoft.demux.android.core.DMXAndroidCoreActivator
 
DMXAndroidDialog - Class in com.vektorsoft.demux.android.core.gui
Implementation of DMXDialog for Android.
DMXAndroidDialog(Activity, DMXDialogView) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidDialog
Creates new instance.
DMXAndroidDialogFactory - Class in com.vektorsoft.demux.android.core.gui
Factory for creating dialogs on Android.
DMXAndroidDialogFactory(DMXViewManager, FragmentActivity) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Creates new instance.
DMXAndroidOptionsDialog - Class in com.vektorsoft.demux.android.core.gui
Implementation of Android AlertDialog for use within the framework.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Basic constructor for the class.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, String) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Create dialog with specified title.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, String, int, String) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Creates new dialog with specified title, message and predefined options set.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, String, String[], String) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Creates new dialog with specified title, message and option buttons.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, int, DMXDialogView) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Create dialog with specified options which will display view specified as dlgView parameter.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, String[], DMXDialogView) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Create dialog with specified options which will display view specified as dlgView parameter.
DMXAndroidResourceHandler - Class in com.vektorsoft.demux.android.core.resources
Implementation of DMXResourceHandler interface specific for Android.
DMXAndroidResourceHandler(Context) - Constructor for class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Creates new handler instance.
DMXAndroidResourceManager - Class in com.vektorsoft.demux.android.core.resources
 
DMXAndroidResourceManager(Context) - Constructor for class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
Creates new instance.
DMXAndroidView - Interface in com.vektorsoft.demux.android.core.app
Extension of DMXView intended to be used specifically for Android views.
DMXAndroidViewManager - Class in com.vektorsoft.demux.android.core.app
Implementation of DMXViewManager for Android platform.
DMXAndroidViewManager(DMXMainActivity, DMXDefaultAdapter) - Constructor for class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
Creates new instance.
DMXApplication - Interface in com.vektorsoft.demux.core.app
This interface defines common features that are defined for applications based on DEMUX Framework.
DMXBasicTask - Class in com.vektorsoft.demux.core.task
Basic implementation of DMXTask.
DMXBasicTask(String) - Constructor for class com.vektorsoft.demux.core.task.DMXBasicTask
Creates new instance.
DMXContextListener - Class in com.vektorsoft.demux.web.jsf.core.setup
Context listener for DEMUX Framework JSF application.
DMXContextListener() - Constructor for class com.vektorsoft.demux.web.jsf.core.setup.DMXContextListener
 
DMXController - Interface in com.vektorsoft.demux.core.mva
Controller represents one piece of application logic that performs some operation.
DMXControllerCallback - Interface in com.vektorsoft.demux.core.extension
This interface is an extension of DMXExtensionCallback and must be implemented by all callback implementation which are used in controllers.
DMXControllerDeclaration - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated type represents a controller in MVC pattern.
DMXControllerDeclaration.Exec - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated method is execution method for a controller.
DMXControllerHttpRequest - Class in com.vektorsoft.demux.core.http
Special subclass of DMXHttpRequest used to remotely invoke controller with specified ID.
DMXControllerHttpRequest(String) - Constructor for class com.vektorsoft.demux.core.http.DMXControllerHttpRequest
Creates new request.
DMXControllerInvokerServlet - Class in com.vektorsoft.demux.web.jsf.core.setup
Servlet for invoking DEMUX controllers.
DMXControllerInvokerServlet(DMXAdapter) - Constructor for class com.vektorsoft.demux.web.jsf.core.setup.DMXControllerInvokerServlet
Creates new instance of this servlet.
DMXCoreConstants - Class in com.vektorsoft.demux.core.app
Contains definitions of constants for Core module, which can be used across all platforms and modules.
DMXDefaultAdapter - Class in com.vektorsoft.demux.core.mva
Represents the Adapter in Model-View-Adapter pattern.
DMXDefaultAdapter(DMXResourceManager) - Constructor for class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Create new instance.
DMXDefaultCallback - Class in com.vektorsoft.demux.android.core.gui
 
DMXDefaultCallback() - Constructor for class com.vektorsoft.demux.android.core.gui.DMXDefaultCallback
 
DMXDesktopActivator - Class in com.vektorsoft.demux.desktop.main
 
DMXDesktopActivator() - Constructor for class com.vektorsoft.demux.desktop.main.DMXDesktopActivator
 
DMXDialog - Interface in com.vektorsoft.demux.core.dlg
Represents a popup dialog window that can be displayed on request.
DMXDialogOptionCallback - Interface in com.vektorsoft.demux.android.core.gui
This interface defines callback method which allow hooking into Android dialogs from controllers and views.
DMXDialogResult - Annotation Type in com.vektorsoft.demux.core.annotations
This is method-level annotation which indicates that annotated method should return a value which represents result of user interaction with dialog.
DMXDialogView - Interface in com.vektorsoft.demux.core.dlg
Represents a view that should be displayed in dialog.
DMXEventRegistrationHandler<T> - Interface in com.vektorsoft.demux.core.mva
Defines common way to register event listeners for UI components on supported platforms.
DMXExtendable - Interface in com.vektorsoft.demux.core.extension
This interface should be implemented by views and controllers that can be extended by callbacks.
DMXExtensionCallback - Interface in com.vektorsoft.demux.core.extension
Defines interface for extension callbacks used to customize behavior of views and controllers.
DMXExtensionConfig - Interface in com.vektorsoft.demux.core.extension
This interfaces defines methods which must be implemented by classes used to configure extensions of a bundle.
DMXExtensionManager - Interface in com.vektorsoft.demux.core.extension
Declares methods for managing extensions and callbacks for the platform.
DMXExtensionManagerImpl - Class in com.vektorsoft.demux.core.extension.impl
Default implementation of DMXExtensionManager.
DMXExtensionManagerImpl() - Constructor for class com.vektorsoft.demux.core.extension.impl.DMXExtensionManagerImpl
Creates new instance.
DMXExtensionType - Enum in com.vektorsoft.demux.core.extension
Enumeration which defines possible types of extensions.
DMXFilter - Class in com.vektorsoft.demux.web.jsf.core.setup
Filter for JSF requests targeted to DEMUX Framework application.
DMXFilter() - Constructor for class com.vektorsoft.demux.web.jsf.core.setup.DMXFilter
 
DMXHttpClient - Class in com.vektorsoft.demux.core.http
Simple HTTP client for use with DEMUX Framework applications.
DMXHttpClient.HTTPMethod - Enum in com.vektorsoft.demux.core.http
Enumeration of HTTP methods.
DMXHttpConstants - Class in com.vektorsoft.demux.core.http
Contains constants used with HTTP client.
DMXHttpRequest<T> - Class in com.vektorsoft.demux.core.http
This class represents HTTP request with all needed information: URL, headers, method, content etc.
DMXHttpRequest(DMXHttpClient.HTTPMethod, URL) - Constructor for class com.vektorsoft.demux.core.http.DMXHttpRequest
Creates new request.
DMXHttpRequest(DMXHttpClient.HTTPMethod, String) - Constructor for class com.vektorsoft.demux.core.http.DMXHttpRequest
Creates new request.
DMXHttpResponse<T> - Class in com.vektorsoft.demux.core.http
Represents HTTP response with all needed information: status code, headers, content etc.
DMXHttpResponse() - Constructor for class com.vektorsoft.demux.core.http.DMXHttpResponse
 
DMXLoaderFXML - Class in com.vektorsoft.demux.desktop.jfx.gui
Custom implementation of FXMLLoader for usage within DEMUX Framework.
DMXLoaderFXML(URL, DMXResourceManager) - Constructor for class com.vektorsoft.demux.desktop.jfx.gui.DMXLoaderFXML
Creates new instance.
DMXLocalModel - Class in com.vektorsoft.demux.core.mva
Represents snapshot of model data which is passed to methods in order to supply execution parameters.
DMXLogger - Interface in com.vektorsoft.demux.core.log
Basic logging interface for DEMUX platform.
DMXLoggerFactory - Class in com.vektorsoft.demux.core.log
Factory for producing DMXLogger implementations at runtime.
DMXLoggerFactory() - Constructor for class com.vektorsoft.demux.core.log.DMXLoggerFactory
 
DMXLoggerProducer - Interface in com.vektorsoft.demux.core.log
Defines methods for classes which produce loggers based on specific implementation.
DMXMainActivity - Class in com.vektorsoft.demux.android.main
Main Activity class for DEMUX Framework Android applications.
DMXMainActivity() - Constructor for class com.vektorsoft.demux.android.main.DMXMainActivity
 
DMXMainActivityService - Interface in com.vektorsoft.demux.android.main.svc
Service interface for accessing main application activity.
DMXMainActivityServiceImpl - Class in com.vektorsoft.demux.android.main.svc
Default implementation pf DMXMainActivityService.
DMXMainActivityServiceImpl(DMXMainActivity) - Constructor for class com.vektorsoft.demux.android.main.svc.DMXMainActivityServiceImpl
Creates new instance.
DMXMenuService<T,S> - Interface in com.vektorsoft.demux.desktop.gui
Service which defines methods for interacting with application menus.
DMXModel - Class in com.vektorsoft.demux.core.mva
Represents a Model in Model-View-Adapter pattern.
DMXModel() - Constructor for class com.vektorsoft.demux.core.mva.DMXModel
Create new instance.
DMXModelData - Annotation Type in com.vektorsoft.demux.core.annotations
Field-level annotation which indicates that annotated field is to be registered with the model as model variable.
DMXPreloader - Class in com.vektorsoft.demux.desktop.jfx.main.preload
Preloader for main application.
DMXPreloader() - Constructor for class com.vektorsoft.demux.desktop.jfx.main.preload.DMXPreloader
 
DMXRemoteInvocationController - Class in com.vektorsoft.demux.core.http.ctrl
 
DMXRemoteInvocationController(String, String...) - Constructor for class com.vektorsoft.demux.core.http.ctrl.DMXRemoteInvocationController
 
DMXResourceBundle - Class in com.vektorsoft.demux.core.resources.impl
Custom resource bundle implementation which pulls resources from underlying DMXResourceManager.
DMXResourceBundle(DefaultResourceHandler) - Constructor for class com.vektorsoft.demux.core.resources.impl.DMXResourceBundle
Creates new instance.
DMXResourceHandler - Interface in com.vektorsoft.demux.core.resources
 
DMXResourceHandlerJSF - Class in com.vektorsoft.demux.web.jsf.core
JSF resource handler implementation for use with DEMUX Framework applications.
DMXResourceHandlerJSF(ResourceHandler) - Constructor for class com.vektorsoft.demux.web.jsf.core.DMXResourceHandlerJSF
Creates new instance.
DMXResourceManager - Interface in com.vektorsoft.demux.core.resources
Provides method declarations used for internationalization (I18N) and localization (L10N) of DEMUX Framework applications.
DMXServletUtils - Class in com.vektorsoft.demux.web.jsf.core.setup
Utility class which contains methods used in other classes related to servlet functionality.
DMXSessionListener - Class in com.vektorsoft.demux.web.jsf.core.setup
Session listener for DEMUX Framework JSF application.
DMXSessionListener(DMXAdapterJSF) - Constructor for class com.vektorsoft.demux.web.jsf.core.setup.DMXSessionListener
Creates new instance.
DMXTask - Interface in com.vektorsoft.demux.core.task
Represents a long running task that should be run in background.
DMXToolbarService<T> - Interface in com.vektorsoft.demux.desktop.gui
Provides method definitions to interact with main window toolbar.
DMXView - Interface in com.vektorsoft.demux.core.mva
Interface for all classes implementing View part of MVC pattern.
DMXViewCallback - Interface in com.vektorsoft.demux.core.extension
This interface is an extension of DMXExtensionCallback and must be implemented by all callback implementation which are used for views.
DMXViewDeclaration - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated type represents view in MVC pattern.
DMXViewDeclaration.Activation - Annotation Type in com.vektorsoft.demux.core.annotations
Marks annotated method as being responsible for activating or deactivating child views.
DMXViewDeclaration.AddChildView - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated method is used to add child view to this view.
DMXViewDeclaration.ConstructUI - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated method is invoked to construct UI.
DMXViewDeclaration.PlacementConstraint - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated element represents placement constraint for adding this view to it's parent view.
DMXViewDeclaration.Render - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated method is used to render the view.
DMXViewDeclaration.ViewUI - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated field or method represent UI object for this view.
DMXViewManager - Interface in com.vektorsoft.demux.core.mva
View manager is responsible for managing all views defines for application.
DMXWebModel - Class in com.vektorsoft.demux.web.jsf.core
Data model used in JSF applications.
DMXWebModel(DMXModel) - Constructor for class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Creates new instance.
doEquals(Object) - Method in class com.caucho.hessian.io.AnnotationInvocationHandler
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXFilter
 
doHashCode() - Method in class com.caucho.hessian.io.AnnotationInvocationHandler
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXControllerInvokerServlet
 
DOUBLE - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
DOUBLE - Static variable in class com.caucho.hessian.io.BasicSerializer
 
DOUBLE_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
DOUBLE_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 

E

endPacket() - Method in class com.caucho.hessian.io.Hessian2Output
 
endPacket() - Method in class com.caucho.hessian.io.Hessian2StreamingInput
 
entity(T) - Method in class com.vektorsoft.demux.core.http.DMXHttpRequest
Sets request entity.
entity(T) - Method in class com.vektorsoft.demux.core.http.DMXHttpResponse
Sets response entity.
EnumDeserializer - Class in com.caucho.hessian.io
Deserializing an enum valued object
EnumDeserializer(Class) - Constructor for class com.caucho.hessian.io.EnumDeserializer
 
EnumerationDeserializer - Class in com.caucho.hessian.io
Deserializing a JDK 1.2 Collection.
EnumerationDeserializer() - Constructor for class com.caucho.hessian.io.EnumerationDeserializer
 
EnumerationSerializer - Class in com.caucho.hessian.io
Serializing a JDK 1.2 Enumeration.
EnumerationSerializer() - Constructor for class com.caucho.hessian.io.EnumerationSerializer
 
EnumSerializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
EnumSerializer(Class) - Constructor for class com.caucho.hessian.io.EnumSerializer
 
EnvelopeFactory - Class in com.caucho.hessian.io
 
EnvelopeFactory() - Constructor for class com.caucho.hessian.io.EnvelopeFactory
 
equals(Object) - Method in class com.caucho.hessian.io.HessianRemote
Defines equality
error(String) - Method in class com.caucho.hessian.io.AbstractDeserializer
 
error(String) - Method in class com.caucho.hessian.io.Hessian2Input
 
error(String) - Method in class com.caucho.hessian.io.HessianInput
 
error(String) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogger
 
error(String, Throwable) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogger
 
error(String) - Method in interface com.vektorsoft.demux.core.log.DMXLogger
Logs message with ERROR level.
error(String, Throwable) - Method in interface com.vektorsoft.demux.core.log.DMXLogger
Logs a message with ERROR level and adds exception info
error(String) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLogger
 
error(String, Throwable) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLogger
 
execute(DMXLocalModel, Object...) - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
execute(DMXLocalModel, Object...) - Method in class com.vektorsoft.demux.core.common.ViewActivationController
Sets the ID of the view to be activated.
execute(DMXLocalModel, Object...) - Method in class com.vektorsoft.demux.core.http.ctrl.DMXRemoteInvocationController
 
execute(DMXLocalModel, Object...) - Method in interface com.vektorsoft.demux.core.mva.DMXController
Execute action associated with this controller.
executeTask(DMXTask, Object...) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Execute specified task in background.
executeTask(DMXTask, Object...) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
executeTask(DMXTask, Object...) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
ExecutionException - Exception in com.vektorsoft.demux.core.mva
Thrown when an error occurs during controller execution.
ExecutionException(String) - Constructor for exception com.vektorsoft.demux.core.mva.ExecutionException
Creates new instance.
expect(String, int) - Method in class com.caucho.hessian.io.Hessian2Input
 
expect(String, int) - Method in class com.caucho.hessian.io.HessianInput
 
extendable - Variable in class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
If true, indicates that underlying object implement DMXExtendable.
extendable - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
If true, indicates that underlying object implements DMXExtendable.
extensionConfig - Variable in class com.vektorsoft.demux.core.app.DMXAbstractActivator
Extension configuration.
extensionConfig - Variable in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Extension configuration instance.
extensionManager - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Extension manager.
ExtSerializerFactory - Class in com.caucho.hessian.io
Factory for returning serialization methods.
ExtSerializerFactory() - Constructor for class com.caucho.hessian.io.ExtSerializerFactory
 

F

FieldAccessor - Class in com.vektorsoft.demux.core.proxy
This class allows read/write access to class fields based on their access level and any access methods defined.
FieldAccessor(Field, Object) - Constructor for class com.vektorsoft.demux.core.proxy.FieldAccessor
Creates new instance of accessor for a given field inside a given object.
FileDeserializer - Class in com.caucho.hessian.io
Deserializing a File
FileDeserializer() - Constructor for class com.caucho.hessian.io.FileDeserializer
 
findMenuItemById(MenuBar, String) - Static method in class com.vektorsoft.demux.desktop.jfx.app.gui.JavaFXUtils
Finds menu item with specified ID.
findSerializerFactory() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Gets the serializer factory.
findSerializerFactory() - Method in class com.caucho.hessian.io.Hessian2Input
Gets the serializer factory.
FLOAT - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
FLOAT - Static variable in class com.caucho.hessian.io.BasicSerializer
 
FLOAT_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
FLOAT_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 
FLOAT_HANDLE - Static variable in class com.caucho.hessian.io.BasicSerializer
 
FloatHandle - Class in com.caucho.hessian.io
Handle for Java Float objects.
FloatHandle(float) - Constructor for class com.caucho.hessian.io.FloatHandle
 
flush() - Method in class com.caucho.hessian.io.AbstractHessianOutput
 
flush() - Method in class com.caucho.hessian.io.Hessian2Output
 
flush() - Method in class com.caucho.hessian.io.Hessian2StreamingOutput
Flushes the output.
flush() - Method in class com.caucho.hessian.io.HessianDebugOutputStream
 
flush() - Method in class com.caucho.hessian.io.HessianOutput
 
flushBuffer() - Method in class com.caucho.hessian.io.Hessian2Output
 
formatMessage(String, Object...) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Formats string with specified parameters.
formatMessage(String, Object...) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceHandler
Formats message defined with a given key with specified arguments.
formatMessage(String, Object...) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
 
free() - Method in class com.caucho.hessian.io.Hessian2Input
 
free() - Method in class com.caucho.hessian.io.Hessian2Output
 
free(T) - Method in class com.caucho.hessian.util.HessianFreeList
Frees the object.
freeCareful(T) - Method in class com.caucho.hessian.util.HessianFreeList
Frees the object.
freeHessian2Input(Hessian2Input) - Method in class com.caucho.hessian.io.HessianFactory
Frees a Hessian 2.0 deserializer
freeHessian2Output(Hessian2Output) - Method in class com.caucho.hessian.io.HessianFactory
Frees a Hessian 2.0 serializer
freeHessian2StreamingInput(Hessian2StreamingInput) - Method in class com.caucho.hessian.io.HessianFactory
Frees a Hessian 2.0 deserializer
freeHessian2StreamingOutput(Hessian2StreamingOutput) - Method in class com.caucho.hessian.io.HessianFactory
Frees a Hessian 2.0 serializer

G

get(Object) - Method in class com.caucho.hessian.util.IdentityIntMap
Puts a new value in the property table with the appropriate flags
get(Object) - Method in class com.caucho.hessian.util.IntMap
Puts a new value in the property table with the appropriate flags
get() - Method in class com.vektorsoft.demux.core.mva.DMXLocalModel
Gets all data registered with this local model.
get(String) - Method in class com.vektorsoft.demux.core.mva.DMXLocalModel
Returns value of data with given ID.
get(String, Class<T>) - Method in class com.vektorsoft.demux.core.mva.DMXLocalModel
Returns value of data with given ID as type of specified class.
get(String, Class<T>, T) - Method in class com.vektorsoft.demux.core.mva.DMXLocalModel
Returns value of data with given ID as type of specified class.
get(String) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Returns variable with specified name/ID.
getActivatorConfig() - Method in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
 
getActivatorConfig() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionConfig
Returns configuration properties intended to customize bundle activator startup.
getAllData() - Method in class com.vektorsoft.demux.core.mva.DMXModel
Returns all data values in model.
getAllImplementedInterfaces(Class) - Static method in class com.vektorsoft.demux.core.proxy.ProxyUtils
Returns a list of all interfaces implemented by specified class.
getAnimation(AndroidResourceTypeEnum, String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns Android animation resource, based on it's type and name.
getArguments() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Not supported on Android.
getArguments() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns arguments list that was used to launch application.
getArguments() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getBiggestPrime(int) - Static method in class com.caucho.hessian.util.IdentityIntMap
 
getBiggestPrime(int) - Static method in class com.caucho.hessian.util.IntMap
 
getBlockingScope() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
getBlockingScope() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Returns GUI block scope for this task.
getBoolean(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns Android boolean resource.
getBuildNumber() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
 
getBuildNumber() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns application build number as string.
getBuildNumber() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getBytesOutputStream() - Method in class com.caucho.hessian.io.Hessian2Output
Returns an output stream to write binary data.
getCallbackClassName() - Method in interface com.vektorsoft.demux.core.extension.DMXExtendable
Returns class name of the extension callback class which will be used by this interface.
getCallbackData() - Method in class com.vektorsoft.demux.core.extension.DMXAbstractCallback
 
getCallbackData() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionCallback
Returns data that this callback wants to register with the model.
getCause() - Method in exception com.caucho.hessian.io.HessianProtocolException
Returns the underlying cause.
getCause() - Method in exception com.caucho.hessian.io.IOExceptionWrapper
 
getClass(Object) - Method in class com.caucho.hessian.io.AbstractSerializer
 
getClassLoader() - Method in class com.caucho.hessian.io.ContextSerializerFactory
 
getClassLoader() - Method in class com.caucho.hessian.io.SerializerFactory
 
getClassName(Object) - Method in class com.caucho.hessian.io.AbstractStreamSerializer
 
getCode() - Method in exception com.caucho.hessian.io.HessianServiceException
Returns the code.
getColor(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a color with a given name.
getColorStateList(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a color state list with a given name.
getComponentIds() - Method in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
 
getComponentIds() - Method in interface com.vektorsoft.demux.core.mva.DMXEventRegistrationHandler
Returns IDs of UI components on which event listeners will be registered.
getComponentIds() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
 
getComponentIds() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
 
getConfigurationParameters() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Not supported on Android.
getConfigurationParameters() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns a set of configuration parameters for application.
getConfigurationParameters() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getContentType() - Method in class com.vektorsoft.demux.core.http.DMXHttpResponse
Returns response content type.
getControllerData() - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
getControllerData() - Method in class com.vektorsoft.demux.core.http.ctrl.DMXRemoteInvocationController
 
getControllerData() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
 
getControllerData() - Method in interface com.vektorsoft.demux.core.mva.DMXController
 
getControllerExecMethod(Class) - Static method in class com.vektorsoft.demux.core.proxy.ProxyUtils
Returns a execute() method for a controller represented by specified class.
getControllerId() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
getControllerId() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Returns ID of controller that should be executed with this task.
getCurrentLocale() - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
getCurrentLocale() - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Returns application's current locale.
getCurrentLocale() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
getCustomCallbacks() - Method in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
Returns an array of extension callbacks defined in subclass.
getCustomDeserializer(Class) - Method in class com.caucho.hessian.io.ContextSerializerFactory
Returns a custom deserializer the class
getCustomDeserializer(Class) - Method in class com.caucho.hessian.io.SerializerFactory
Returns a custom serializer the class
getCustomProperties() - Method in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
Returns custom configuration properties.
getCustomSerializer(Class) - Method in class com.caucho.hessian.io.ContextSerializerFactory
Returns a custom serializer the class
getDataValue(String) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Returns value of model data with specified ID.
getDataValue(String) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Returns value of model data with specified ID.
getDataValues(String...) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Returns values of model data with specified IDs.
getDataValues(String...) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Returns values of model data with specified IDs.
getDefaultDeserializer(Class) - Method in class com.caucho.hessian.io.BeanSerializerFactory
Returns the default deserializer for a class that isn't matched directly.
getDefaultDeserializer(Class) - Method in class com.caucho.hessian.io.SerializerFactory
Returns the default serializer for a class that isn't matched directly.
getDefaultSerializer(Class) - Method in class com.caucho.hessian.io.BeanSerializerFactory
Returns the default serializer for a class that isn't matched directly.
getDefaultSerializer(Class) - Method in class com.caucho.hessian.io.SerializerFactory
Returns the default serializer for a class that isn't matched directly.
getDepth() - Method in class com.caucho.hessian.io.HessianDebugState
 
getDeserializer(Class) - Method in class com.caucho.hessian.io.AbstractSerializerFactory
Returns the deserializer for a class.
getDeserializer(String) - Method in class com.caucho.hessian.io.ContextSerializerFactory
Returns the deserializer for a given class.
getDeserializer(Class) - Method in class com.caucho.hessian.io.ExtSerializerFactory
Returns the deserializer for a class.
getDeserializer(Class) - Method in class com.caucho.hessian.io.SerializerFactory
Returns the deserializer for a class.
getDeserializer(String) - Method in class com.caucho.hessian.io.SerializerFactory
Returns a deserializer based on a string type.
getDetail() - Method in exception com.caucho.hessian.io.HessianServiceException
Returns the detail.
getDialogFactory() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
getDialogFactory(Class<? extends DialogFactory>) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Returns dialog factory for underlying platform.
getDialogFactory(Class<? extends DialogFactory>) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
getDialogFactory() - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Retrieves dialog factory for the underlying platform.
getDialogFactory() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
getDialogFactory(Class<? extends DialogFactory>) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
getDialogFactory() - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
getDialogTitle() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialogView
Returns a string representing a title for this view's dialog window.
getDialogView() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialog
 
getDialogView() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
 
getDialogView() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialog
Returns instance of DMXDialogView displayed by this dialog.
getDialogView() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogStage
 
getDialogView() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
 
getDialogView() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXProgressDialog
 
getDimension(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a value for dimension with name name.
getDrawable(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a drawable with a given name.
getEntity() - Method in class com.vektorsoft.demux.core.http.DMXHttpRequest
Returns request entity.
getEntity() - Method in class com.vektorsoft.demux.core.http.DMXHttpResponse
Returns response entity.
getEventHandler() - Method in interface com.vektorsoft.demux.core.mva.DMXEventRegistrationHandler
Event handler for the events.
getEventHandler() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
 
getEventHandler() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
 
getEventType() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
Returns event type for this handler.
getExtensionCallback() - Method in interface com.vektorsoft.demux.core.extension.DMXExtendable
Returns the callback object set for this extendable.
getExtensionCallbacks() - Method in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
 
getExtensionCallbacks() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionConfig
Returns a list of extension callbacks in current bundle.
getExtensionManager() - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Returns extension manager instance.
getExtensionManager() - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
getExtensionManager() - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
getFieldMap(Class) - Method in class com.caucho.hessian.io.HessianSerializerInput
Creates a map of the classes fields.
getFieldMap(Class) - Method in class com.caucho.hessian.io.JavaDeserializer
Creates a map of the classes fields.
getFieldValue() - Method in class com.vektorsoft.demux.core.proxy.FieldAccessor
Returns current field value.
getHandler() - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
Subclasses should implement this method to provide custom DMXAdapterTrackerHandler instance.
getHessian2Output() - Method in class com.caucho.hessian.io.Hessian2StreamingOutput
 
getHessianInput() - Method in class com.caucho.hessian.io.Hessian2StreamingInput
 
getHessianType() - Method in interface com.caucho.hessian.io.HessianRemoteObject
 
getHessianURL() - Method in interface com.caucho.hessian.io.HessianRemoteObject
 
getId(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns identifier for a given name.
getIdsToBlock() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
getIdsToBlock() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Returns an array of IDs of GUI components that should be blocked while this task is executing.
getInputStream(Object) - Method in class com.caucho.hessian.io.AbstractStreamSerializer
 
getInstance() - Static method in class com.vektorsoft.demux.web.jsf.core.setup.DMXServletUtils
Returns singleton instance of the class.
getInteger(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns value of integer resource with a given name.
getIntegerArray(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns an array of integer values for resource with name name.
getKeys() - Method in class com.vektorsoft.demux.core.resources.impl.DMXResourceBundle
 
getLayout(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a layout with a given name.
getListDeserializer(String, Class) - Method in class com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
getListDeserializer(String) - Method in class com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
getLogger(String) - Static method in class com.vektorsoft.demux.core.log.DMXLoggerFactory
Creates new logger with a given name.
getLogger(Class) - Static method in class com.vektorsoft.demux.core.log.DMXLoggerFactory
Creates new logger for specified class.
getMainActivity() - Method in interface com.vektorsoft.demux.android.main.svc.DMXMainActivityService
Returns main application activity.
getMainActivity() - Method in class com.vektorsoft.demux.android.main.svc.DMXMainActivityServiceImpl
 
getMapping() - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
getMapping() - Method in class com.vektorsoft.demux.core.http.ctrl.DMXRemoteInvocationController
 
getMapping() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
Returns a mapping for this controller.
getMapping() - Method in interface com.vektorsoft.demux.core.mva.DMXController
Returns a mapping string for which this controller will be invoked.
getMappings() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionCallback
Returns the mappings of views or controllers to which this extension will apply.
getMenuId(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns ID of the menu with a given name.
getMessage() - Method in class com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification
Returns message.
getMethod() - Method in class com.caucho.hessian.io.AbstractHessianInput
Returns the call's method
getMethod() - Method in class com.caucho.hessian.io.Hessian2Input
Returns the calls method
getMethod() - Method in class com.caucho.hessian.io.HessianInput
Returns the calls method
getMethod() - Method in class com.vektorsoft.demux.core.http.DMXHttpRequest
Returns request method.
getMethodMap(Class) - Method in class com.caucho.hessian.io.BeanDeserializer
Creates a map of the classes fields.
getModel() - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Returns data model associated with current session.
getName() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
 
getName() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns application name.
getName() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getNextViewId() - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
getNextViewId() - Method in class com.vektorsoft.demux.core.common.ViewActivationController
Returns ID of the view that should be activated/shown.
getNextViewId() - Method in class com.vektorsoft.demux.core.http.ctrl.DMXRemoteInvocationController
 
getNextViewId() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
This method assumes that no next view is defines, and thus returns an empty string.
getNextViewId() - Method in interface com.vektorsoft.demux.core.mva.DMXController
Name of the view that should be displayed after this controller terminates it's operation.
getObjectDeserializer(String, Class) - Method in class com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
getObjectDeserializer(String) - Method in class com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
getObjectSerializer() - Method in class com.caucho.hessian.io.BasicSerializer
 
getObjectSerializer() - Method in class com.caucho.hessian.io.ByteArraySerializer
 
getObjectSerializer() - Method in interface com.caucho.hessian.io.ObjectSerializer
 
getObjectSerializer(Class<?>) - Method in class com.caucho.hessian.io.SerializerFactory
Returns the serializer for a class.
getOperation() - Method in class com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification
Returns current operation.
getParamArg(Class) - Static method in class com.caucho.hessian.io.BeanDeserializer
Creates a map of the classes fields.
getParamArg(Class<?>) - Static method in class com.caucho.hessian.io.JavaDeserializer
Creates a map of the classes fields.
getParentViewId() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Returns empty string as parent view ID.
getParentViewId() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns ID of parent view of this view.
getParentViewId() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
getPath() - Method in class com.vektorsoft.demux.core.http.DMXControllerHttpRequest
Returns servlet path of controller.
getPath() - Method in class com.vektorsoft.demux.core.http.DMXHttpRequest
Returns request path.
getProgressViewId() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
getProgressViewId() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Returns ID of view that should display progress for this task.
getProperty() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Returns the name of the property getter method.
getPublicDir() - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXServletUtils
Returns web app public directory on the server.
getQuantityString(String, int, Object...) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a quantity string with a given name.
getReader() - Method in class com.caucho.hessian.io.AbstractHessianInput
Starts reading a string.
getReader() - Method in class com.caucho.hessian.io.Hessian2Input
 
getReader() - Method in class com.caucho.hessian.io.HessianInput
 
getReadResolve(Class) - Method in class com.caucho.hessian.io.BeanDeserializer
Returns the readResolve method
getReadResolve(Class<?>) - Method in class com.caucho.hessian.io.JavaDeserializer
Returns the readResolve method
getRef(Object) - Method in class com.caucho.hessian.io.AbstractHessianOutput
 
getRef(Object) - Method in class com.caucho.hessian.io.Hessian2Output
 
getRef(Object) - Method in class com.caucho.hessian.io.HessianOutput
 
getRemoteResolver() - Method in class com.caucho.hessian.io.AbstractHessianInput
Sets the resolver used to lookup remote objects.
getReplyFault() - Method in class com.caucho.hessian.io.Hessian2Input
Returns any reply fault.
getReplyFault() - Method in class com.caucho.hessian.io.HessianInput
Returns any reply fault.
getResource(String) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Returns a resource associated with given key.
getResourceBundles() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionCallback
Returns a list of names of resources bundles associated with this extension callback.
getResourceClassName() - Method in enum com.vektorsoft.demux.android.core.resources.AndroidResourceTypeEnum
Returns R resource class name.
getResourceHandler(ResourceHandlerType) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
getResourceHandler(ResourceHandlerType) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Returns resource handler implementation associated with this instance of resource manager.
getResourceHandler(ResourceHandlerType) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
Returns resource handler used for loading resources.
getResourceKeys() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Returns the keys of all registered resources.
getResourceManager() - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Returns resource manager associated with this adapter.
getResourceManager() - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
getResourceManager() - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
getResourcesDirectory() - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXServletUtils
Returns resources directory on the server ({app_root_dir}/resources).
getResult() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialogView
Optional result of user's interaction with this view (ie.
getRootCause() - Method in exception com.caucho.hessian.io.HessianProtocolException
Returns the underlying cause.
getSendJavaType() - Method in class com.caucho.hessian.io.CollectionSerializer
Return true if the java type of the collection should be sent.
getSendJavaType() - Method in class com.caucho.hessian.io.MapSerializer
Return true if the java type of the collection should be sent.
getSerializer(Class) - Method in class com.caucho.hessian.io.AbstractSerializerFactory
Returns the serializer for a class.
getSerializer(String) - Method in class com.caucho.hessian.io.ContextSerializerFactory
Returns the serializer for a given class.
getSerializer(Class) - Method in class com.caucho.hessian.io.ExtSerializerFactory
Returns the serializer for a class.
getSerializer(Class) - Method in class com.caucho.hessian.io.SerializerFactory
Returns the serializer for a class.
getSerializerFactory() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Gets the serializer factory.
getSerializerFactory() - Method in class com.caucho.hessian.io.Hessian2Input
Gets the serializer factory.
getSerializerFactory() - Method in class com.caucho.hessian.io.HessianFactory
 
getSerializerFactory() - Method in class com.caucho.hessian.io.HessianInput
Gets the serializer factory.
getSerializerFactory() - Method in class com.caucho.hessian.io.HessianInputFactory
 
getServletContext() - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXServletUtils
Returns application servlet context.
getStatusCode() - Method in class com.vektorsoft.demux.core.http.DMXHttpResponse
Returns status code
getString(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns string resource with specified name.
getString(String, String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns string defined in a resource with specified name.
getString(String) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceHandler
Gets a string specified in resource bundle with a given key.
getString(String) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
 
getStringArray(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns string array with a given name.
getSupportedLocales() - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
getSupportedLocales() - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Returns the Locales supported by the application.
getSupportedLocales() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
getTemplatesDirectory() - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXServletUtils
Returns JSF templates directory on the server ({app_root_dir}/templates).
getTitle() - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.JFXWindowServiceImpl
 
getTitle() - Method in interface com.vektorsoft.demux.desktop.jfx.main.svc.JFXWindowService
Returns current title of the window.
getType() - Method in class com.caucho.hessian.io.AbstractDeserializer
 
getType() - Method in class com.caucho.hessian.io.AbstractMapDeserializer
 
getType() - Method in class com.caucho.hessian.io.AbstractStreamDeserializer
 
getType() - Method in class com.caucho.hessian.io.AnnotationDeserializer
 
getType() - Method in class com.caucho.hessian.io.ArrayDeserializer
 
getType() - Method in class com.caucho.hessian.io.BasicDeserializer
 
getType() - Method in class com.caucho.hessian.io.BeanDeserializer
 
getType() - Method in class com.caucho.hessian.io.BigDecimalDeserializer
 
getType() - Method in class com.caucho.hessian.io.ClassDeserializer
 
getType() - Method in class com.caucho.hessian.io.CollectionDeserializer
 
getType() - Method in interface com.caucho.hessian.io.Deserializer
 
getType() - Method in class com.caucho.hessian.io.EnumDeserializer
 
getType() - Method in class com.caucho.hessian.io.FileDeserializer
 
getType() - Method in class com.caucho.hessian.io.HessianRemote
Returns the remote api class name.
getType() - Method in class com.caucho.hessian.io.JavaDeserializer
 
getType() - Method in class com.caucho.hessian.io.MapDeserializer
 
getType() - Method in class com.caucho.hessian.io.ObjectDeserializer
 
getType() - Method in class com.caucho.hessian.io.ObjectNameDeserializer
 
getType() - Method in class com.caucho.hessian.io.SqlDateDeserializer
 
getType() - Method in class com.caucho.hessian.io.StringValueDeserializer
 
getTypedArray(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns typed array for a given name.
getUnderlyingClassName() - Method in class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
Returns class name of the underlying object.
getUnderlyingClassName() - Method in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Returns class name of the underlying object.
getURL() - Method in class com.caucho.hessian.io.HessianRemote
Returns the remote URL.
getUrl() - Method in class com.vektorsoft.demux.core.http.DMXHttpRequest
Returns request URL.
getValue() - Method in class com.caucho.hessian.io.ByteHandle
 
getValue() - Method in class com.caucho.hessian.io.FloatHandle
 
getValue() - Method in class com.caucho.hessian.io.ShortHandle
 
getVersion() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
 
getVersion() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns application version as string.
getVersion() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getView(String) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
 
getView(String) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Returns a view with specified ID.
getViewDataIds(String) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
 
getViewDataIds() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Returns set of data IDs.
getViewDataIds() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns IDs of model data objects that are associated with this view.
getViewDataIds(String) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Returns a list of data IDs that are required by specified view.
getViewDataIds() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
getViewDataIds() - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
 
getViewId() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Returns this class name as view ID.
getViewId() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns this view ID.
getViewId() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
getViewId() - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
 
getViewIdsForData(String) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
Returns a set of view IDs that refer to data with specified ID.
getViewIdsForData(String) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Returns a set of view IDs that refer to data with specified ID.
getViewResourceURL(String) - Static method in class com.vektorsoft.demux.web.jsf.core.internal.ViewResourceUtils
Retrieves URL of .xhtml file for specified view.
getViewUI() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns an object that represents actual UI presentation of this view.
getViewUI() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
getViewUI() - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
Return URL string for this view's XHTML file.
getWrapped() - Method in class com.vektorsoft.demux.web.jsf.core.DMXResourceHandlerJSF
 
getWriteReplace(Class) - Method in class com.caucho.hessian.io.BeanSerializer
Returns the writeReplace method
getWriteReplace(Class, Class) - Method in class com.caucho.hessian.io.BeanSerializer
Returns the writeReplace method
getWriteReplace(Class<?>) - Static method in class com.caucho.hessian.io.JavaSerializer
Returns the writeReplace method
getWriteReplace(Class<?>, Class<?>) - Method in class com.caucho.hessian.io.JavaSerializer
Returns the writeReplace method
getWriteReplace(Class, Class) - Static method in class com.caucho.hessian.io.WriteReplaceSerializer
Returns the writeReplace method
getWriteReplace(Class) - Static method in class com.caucho.hessian.io.WriteReplaceSerializer
Returns the writeReplace method
gui - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Indicates whether application has GUI or not.
GUIBlockingScope - Enum in com.vektorsoft.demux.core.task
This enumeration provides type of GUI blocking while background task is executed.

H

handleApplicationNotification(Preloader.PreloaderNotification) - Method in class com.vektorsoft.demux.desktop.jfx.main.preload.DMXPreloader
 
handleExtensionData(DMXViewCallback) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
Registers model data from view extension callback so it can be handled in consistent fashion with the rest of the view data.
handleGetObject(String) - Method in class com.vektorsoft.demux.core.resources.impl.DMXResourceBundle
 
handleLocaleChange() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
handleLocaleChange() - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Invoked when application locale is changed.
handleLocaleChange() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
This method will update GUI based on locale change.
handleLocaleChange() - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
handler - Variable in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Handler for customizing method behaviors.
hasGUI() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
 
hasGUI() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Indicates whether application has graphical user interface or not.
hasGUI() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
hashCode() - Method in class com.caucho.hessian.io.HessianRemote
Defines the hashcode.
hashCode(Object) - Method in class com.caucho.hessian.util.IdentityIntMap
 
hashCode(Object) - Method in class com.caucho.hessian.util.IntMap
 
HEADER_CONTENT_TYPE - Static variable in class com.vektorsoft.demux.core.http.DMXHttpConstants
Name of Content-type header.
HEADER_COOKIE - Static variable in class com.vektorsoft.demux.core.http.DMXHttpConstants
Name of Cookie header.
HEADER_SET_COOKIE - Static variable in class com.vektorsoft.demux.core.http.DMXHttpConstants
Name of Set-Cookie header.
Hessian2Constants - Interface in com.caucho.hessian.io
 
Hessian2Input - Class in com.caucho.hessian.io
Input stream for Hessian requests.
Hessian2Input() - Constructor for class com.caucho.hessian.io.Hessian2Input
 
Hessian2Input(InputStream) - Constructor for class com.caucho.hessian.io.Hessian2Input
Creates a new Hessian input stream, initialized with an underlying input stream.
Hessian2Output - Class in com.caucho.hessian.io
Output stream for Hessian 2 requests.
Hessian2Output() - Constructor for class com.caucho.hessian.io.Hessian2Output
Creates a new Hessian output stream, initialized with an underlying output stream.
Hessian2Output(OutputStream) - Constructor for class com.caucho.hessian.io.Hessian2Output
Creates a new Hessian output stream, initialized with an underlying output stream.
Hessian2StreamingInput - Class in com.caucho.hessian.io
Input stream for Hessian 2 streaming requests using WebSocket.
Hessian2StreamingInput(InputStream) - Constructor for class com.caucho.hessian.io.Hessian2StreamingInput
Creates a new Hessian input stream, initialized with an underlying input stream.
Hessian2StreamingOutput - Class in com.caucho.hessian.io
Output stream for Hessian 2 streaming requests.
Hessian2StreamingOutput(OutputStream) - Constructor for class com.caucho.hessian.io.Hessian2StreamingOutput
Creates a new Hessian output stream, initialized with an underlying output stream.
Hessian2StreamingOutput(Hessian2Output) - Constructor for class com.caucho.hessian.io.Hessian2StreamingOutput
 
HessianDebugInputStream - Class in com.caucho.hessian.io
Debugging input stream for Hessian requests.
HessianDebugInputStream(InputStream, OutputStream) - Constructor for class com.caucho.hessian.io.HessianDebugInputStream
Creates an uninitialized Hessian input stream.
HessianDebugInputStream(InputStream, PrintWriter) - Constructor for class com.caucho.hessian.io.HessianDebugInputStream
Creates an uninitialized Hessian input stream.
HessianDebugInputStream(InputStream, Logger, Level) - Constructor for class com.caucho.hessian.io.HessianDebugInputStream
Creates an uninitialized Hessian input stream.
HessianDebugInputStream(Logger, Level) - Constructor for class com.caucho.hessian.io.HessianDebugInputStream
Creates an uninitialized Hessian input stream.
HessianDebugOutputStream - Class in com.caucho.hessian.io
Debugging output stream for Hessian requests.
HessianDebugOutputStream(OutputStream, PrintWriter) - Constructor for class com.caucho.hessian.io.HessianDebugOutputStream
Creates an uninitialized Hessian input stream.
HessianDebugOutputStream(OutputStream, Logger, Level) - Constructor for class com.caucho.hessian.io.HessianDebugOutputStream
Creates an uninitialized Hessian input stream.
HessianDebugOutputStream(Logger, Level) - Constructor for class com.caucho.hessian.io.HessianDebugOutputStream
Creates an uninitialized Hessian input stream.
HessianDebugState - Class in com.caucho.hessian.io
Debugging input stream for Hessian requests.
HessianDebugState(PrintWriter) - Constructor for class com.caucho.hessian.io.HessianDebugState
Creates an uninitialized Hessian input stream.
HessianEnvelope - Class in com.caucho.hessian.io
Factory class for wrapping and unwrapping hessian streams.
HessianEnvelope() - Constructor for class com.caucho.hessian.io.HessianEnvelope
 
HessianException - Exception in com.caucho.hessian
Base runtime exception for Hessian exceptions.
HessianException() - Constructor for exception com.caucho.hessian.HessianException
Zero-arg constructor.
HessianException(String) - Constructor for exception com.caucho.hessian.HessianException
Create the exception.
HessianException(String, Throwable) - Constructor for exception com.caucho.hessian.HessianException
Create the exception.
HessianException(Throwable) - Constructor for exception com.caucho.hessian.HessianException
Create the exception.
HessianFactory - Class in com.caucho.hessian.io
Factory for creating HessianInput and HessianOutput streams.
HessianFactory() - Constructor for class com.caucho.hessian.io.HessianFactory
 
HessianFieldException - Exception in com.caucho.hessian.io
Exception during field reading.
HessianFieldException() - Constructor for exception com.caucho.hessian.io.HessianFieldException
Zero-arg constructor.
HessianFieldException(String) - Constructor for exception com.caucho.hessian.io.HessianFieldException
Create the exception.
HessianFieldException(String, Throwable) - Constructor for exception com.caucho.hessian.io.HessianFieldException
Create the exception.
HessianFieldException(Throwable) - Constructor for exception com.caucho.hessian.io.HessianFieldException
Create the exception.
HessianFreeList<T> - Class in com.caucho.hessian.util
FreeList provides a simple class to manage free objects.
HessianFreeList(int) - Constructor for class com.caucho.hessian.util.HessianFreeList
Create a new free list.
HessianHandle - Interface in com.caucho.hessian.io
Marks a type as a handle
HessianInput - Class in com.caucho.hessian.io
Input stream for Hessian requests.
HessianInput() - Constructor for class com.caucho.hessian.io.HessianInput
Creates an uninitialized Hessian input stream.
HessianInput(InputStream) - Constructor for class com.caucho.hessian.io.HessianInput
Creates a new Hessian input stream, initialized with an underlying input stream.
HessianInputFactory - Class in com.caucho.hessian.io
 
HessianInputFactory() - Constructor for class com.caucho.hessian.io.HessianInputFactory
 
HessianInputFactory.HeaderType - Enum in com.caucho.hessian.io
 
HessianMethodSerializationException - Exception in com.caucho.hessian.io
Exception for faults when the fault doesn't return a java exception.
HessianMethodSerializationException() - Constructor for exception com.caucho.hessian.io.HessianMethodSerializationException
Zero-arg constructor.
HessianMethodSerializationException(String) - Constructor for exception com.caucho.hessian.io.HessianMethodSerializationException
Create the exception.
HessianMethodSerializationException(String, Throwable) - Constructor for exception com.caucho.hessian.io.HessianMethodSerializationException
Create the exception.
HessianMethodSerializationException(Throwable) - Constructor for exception com.caucho.hessian.io.HessianMethodSerializationException
Create the exception.
HessianOutput - Class in com.caucho.hessian.io
Output stream for Hessian requests, compatible with microedition Java.
HessianOutput(OutputStream) - Constructor for class com.caucho.hessian.io.HessianOutput
Creates a new Hessian output stream, initialized with an underlying output stream.
HessianOutput() - Constructor for class com.caucho.hessian.io.HessianOutput
Creates an uninitialized Hessian output stream.
HessianProtocolException - Exception in com.caucho.hessian.io
Exception for faults when the fault doesn't return a java exception.
HessianProtocolException() - Constructor for exception com.caucho.hessian.io.HessianProtocolException
Zero-arg constructor.
HessianProtocolException(String) - Constructor for exception com.caucho.hessian.io.HessianProtocolException
Create the exception.
HessianProtocolException(String, Throwable) - Constructor for exception com.caucho.hessian.io.HessianProtocolException
Create the exception.
HessianProtocolException(Throwable) - Constructor for exception com.caucho.hessian.io.HessianProtocolException
Create the exception.
HessianRemote - Class in com.caucho.hessian.io
Encapsulates a remote address when no stub is available, e.g.
HessianRemote(String, String) - Constructor for class com.caucho.hessian.io.HessianRemote
Creates a new Hessian remote object.
HessianRemote() - Constructor for class com.caucho.hessian.io.HessianRemote
Creates an uninitialized Hessian remote.
HessianRemoteObject - Interface in com.caucho.hessian.io
Interface for any hessian remote object.
HessianRemoteResolver - Interface in com.caucho.hessian.io
Looks up remote objects.
HessianSerializerInput - Class in com.caucho.hessian.io
Input stream for Hessian requests, deserializing objects using the java.io.Serialization protocol.
HessianSerializerInput(InputStream) - Constructor for class com.caucho.hessian.io.HessianSerializerInput
Creates a new Hessian input stream, initialized with an underlying input stream.
HessianSerializerInput() - Constructor for class com.caucho.hessian.io.HessianSerializerInput
Creates an uninitialized Hessian input stream.
HessianSerializerOutput - Class in com.caucho.hessian.io
Output stream for Hessian requests.
HessianSerializerOutput(OutputStream) - Constructor for class com.caucho.hessian.io.HessianSerializerOutput
Creates a new Hessian output stream, initialized with an underlying output stream.
HessianSerializerOutput() - Constructor for class com.caucho.hessian.io.HessianSerializerOutput
Creates an uninitialized Hessian output stream.
HessianServiceException - Exception in com.caucho.hessian.io
Exception for faults when the fault doesn't return a java exception.
HessianServiceException() - Constructor for exception com.caucho.hessian.io.HessianServiceException
Zero-arg constructor.
HessianServiceException(String, String, Object) - Constructor for exception com.caucho.hessian.io.HessianServiceException
Create the exception.
HessianUnshared - Annotation Type in com.caucho.hessian
Marks the class and all children as unshared.

I

IdentityIntMap - Class in com.caucho.hessian.util
The IntMap provides a simple hashmap from keys to integers.
IdentityIntMap(int) - Constructor for class com.caucho.hessian.util.IdentityIntMap
Create a new IntMap.
ids - Variable in class com.vektorsoft.demux.core.mva.DMXAbstractController
Model data IDs
ids - Variable in class com.vektorsoft.demux.core.mva.DMXAbstractView
Set of model data IDs used for this view.
IncompleteDeclarationException - Exception in com.vektorsoft.demux.core.mva
This exception is thrown when class declared by annotations as either view or controller can not be registered due to incomplete information.
IncompleteDeclarationException(String) - Constructor for exception com.vektorsoft.demux.core.mva.IncompleteDeclarationException
Creates new instance of exception with a given message.
info(String) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogger
 
info(String, Throwable) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogger
 
info(String) - Method in interface com.vektorsoft.demux.core.log.DMXLogger
Logs message with INFO level.
info(String, Throwable) - Method in interface com.vektorsoft.demux.core.log.DMXLogger
Logs a message with INFO level and adds exception info
info(String) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLogger
 
info(String, Throwable) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLogger
 
init(InputStream) - Method in class com.caucho.hessian.io.AbstractHessianInput
Initialize the Hessian stream with the underlying input stream.
init(OutputStream) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Initialize the output with a new underlying stream.
init(InputStream) - Method in class com.caucho.hessian.io.Hessian2Input
 
init(OutputStream) - Method in class com.caucho.hessian.io.Hessian2Output
 
init(InputStream) - Method in class com.caucho.hessian.io.HessianInput
Initialize the hessian stream with the underlying input stream.
init(OutputStream) - Method in class com.caucho.hessian.io.HessianOutput
Initializes the output
init(String) - Method in class com.vektorsoft.demux.core.http.DMXHttpClient
Initializes the class with base URL.
init() - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.MainApp
 
init(FilterConfig) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXFilter
 
initialize(Class, DMXDefaultAdapter) - Method in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Initializes this handler with correct values from underlying object.
initialize(ServletContext) - Static method in class com.vektorsoft.demux.web.jsf.core.setup.DMXServletUtils
Initializes the class.
initPacket(InputStream) - Method in class com.caucho.hessian.io.Hessian2Input
 
initPacket(OutputStream) - Method in class com.caucho.hessian.io.Hessian2Output
 
initPacket(InputStream) - Method in class com.caucho.hessian.io.HessianDebugInputStream
 
initPacket(OutputStream) - Method in class com.caucho.hessian.io.HessianDebugOutputStream
 
initSession(HttpSession) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Initializes current session.
InputStreamDeserializer - Class in com.caucho.hessian.io
Serializing a stream object.
InputStreamDeserializer() - Constructor for class com.caucho.hessian.io.InputStreamDeserializer
 
InputStreamSerializer - Class in com.caucho.hessian.io
Serializing a stream object.
InputStreamSerializer() - Constructor for class com.caucho.hessian.io.InputStreamSerializer
 
insertAtIndex(int, T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Insert specified menu at index position in menu bar.
insertAtIndex(int, Menu) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
insertMenuItem(String, int, S) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Insert specified menu item at position index within menu with ID menuId.
insertMenuItem(String, int, MenuItem) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
insertSeparator(String, int) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Insert separator at specified index in the menu.
insertSeparator(String, int) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
insertToolbarAtIndex(int, T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXToolbarService
Insert toolbar at specified index in main window toolbar.
insertToolbarAtIndex(int, ToolBar) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
 
instance() - Static method in class com.vektorsoft.demux.core.http.DMXHttpClient
Returns singleton instance of this class.
instance() - Static method in class com.vektorsoft.demux.core.mva.DMXLocalModel
 
instantiate() - Method in class com.caucho.hessian.io.BeanDeserializer
 
instantiate() - Method in class com.caucho.hessian.io.JavaDeserializer
 
instantiate() - Method in class com.caucho.hessian.io.StackTraceElementDeserializer
 
INT_BYTE_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
INT_BYTE_MIN - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
INT_DIRECT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
INT_DIRECT_MIN - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
INT_SHORT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
INT_SHORT_MIN - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
INTEGER - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
INTEGER - Static variable in class com.caucho.hessian.io.BasicSerializer
 
INTEGER_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
INTEGER_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 
IntMap - Class in com.caucho.hessian.util
The IntMap provides a simple hashmap from keys to integers.
IntMap() - Constructor for class com.caucho.hessian.util.IntMap
Create a new IntMap.
introspect(Class<?>) - Method in class com.caucho.hessian.io.JavaSerializer
 
invoke(Object, Method, Object[]) - Method in class com.caucho.hessian.io.AnnotationInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
 
invoke(String) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object, Object, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object, Object, Object, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object, Object, Object, Object, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invokeController(String, Object...) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Invokes controller with specified ID.
invokeController(String, Object...) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
invokeController(String, Object...) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
This method can not be called directly from JSF pages, since it is a vararg method, and Expression Language does not support varargs.
invokeRemoteController(DMXControllerHttpRequest) - Method in class com.vektorsoft.demux.core.http.DMXHttpClient
Performs invocation of remote controller specified in request.
IOExceptionWrapper - Exception in com.caucho.hessian.io
Exception wrapper for IO.
IOExceptionWrapper(Throwable) - Constructor for exception com.caucho.hessian.io.IOExceptionWrapper
 
IOExceptionWrapper(String, Throwable) - Constructor for exception com.caucho.hessian.io.IOExceptionWrapper
 
isAllowNonSerializable() - Method in class com.caucho.hessian.io.SerializerFactory
If true, non-serializable objects are allowed.
isCall1() - Method in enum com.caucho.hessian.io.HessianInputFactory.HeaderType
 
isCall2() - Method in enum com.caucho.hessian.io.HessianInputFactory.HeaderType
 
isCloseStreamOnClose() - Method in class com.caucho.hessian.io.Hessian2Input
 
isCloseStreamOnClose() - Method in class com.caucho.hessian.io.Hessian2Output
 
isCloseStreamOnClose() - Method in class com.caucho.hessian.io.Hessian2StreamingOutput
 
isDataAvailable() - Method in class com.caucho.hessian.io.Hessian2StreamingInput
 
isDataRegistered(String) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Checks is data with specified ID is registered.
isDialog - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Indicates whether this view is dialog view.
isDialogView(Class) - Static method in class com.vektorsoft.demux.core.proxy.ProxyUtils
Checks if specified class represents a dialog view.
isEnd() - Method in class com.caucho.hessian.io.AbstractHessianInput
Returns true if the data has ended.
isEnd() - Method in class com.caucho.hessian.io.Hessian2Input
Returns true if this is the end of a list or a map.
isEnd() - Method in class com.caucho.hessian.io.HessianInput
Returns true if this is the end of a list or a map.
isModal() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialogView
Check if view (ie.
isModal - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
If this view is dialog view, this indicates modality.
isProgressAware() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
isProgressAware() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Indicates whether this task should track it's progress.
isReadResolve() - Method in class com.caucho.hessian.io.AbstractDeserializer
 
isReadResolve() - Method in interface com.caucho.hessian.io.Deserializer
 
isReadResolve() - Method in class com.caucho.hessian.io.JavaDeserializer
 
isReadResolve() - Method in class com.caucho.hessian.io.RemoteDeserializer
 
isReply1() - Method in enum com.caucho.hessian.io.HessianInputFactory.HeaderType
 
isReply2() - Method in enum com.caucho.hessian.io.HessianInputFactory.HeaderType
 
IteratorDeserializer - Class in com.caucho.hessian.io
Deserializing a JDK 1.2 Collection.
IteratorDeserializer() - Constructor for class com.caucho.hessian.io.IteratorDeserializer
 
IteratorSerializer - Class in com.caucho.hessian.io
Serializing a JDK 1.2 Iterator.
IteratorSerializer() - Constructor for class com.caucho.hessian.io.IteratorSerializer
 

J

JavaDeserializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
JavaDeserializer(Class<?>) - Constructor for class com.caucho.hessian.io.JavaDeserializer
 
JavaFXUtils - Class in com.vektorsoft.demux.desktop.jfx.app.gui
Contains utility methods used in JavaFX applications.
JavaSerializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
JavaSerializer(Class<?>) - Constructor for class com.caucho.hessian.io.JavaSerializer
 
JavaUnsharedSerializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
JavaUnsharedSerializer(Class<?>) - Constructor for class com.caucho.hessian.io.JavaUnsharedSerializer
 
JFX_ROOT_VIEW_ID - Static variable in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
View ID of the root view.
JFXActivator - Class in com.vektorsoft.demux.desktop.jfx.main
Activator for JavaFX main application window.
JFXActivator() - Constructor for class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Creates new instance.
JFXDesktopActivator - Class in com.vektorsoft.demux.desktop.jfx
Activator for desktop bundle.
JFXDesktopActivator() - Constructor for class com.vektorsoft.demux.desktop.jfx.JFXDesktopActivator
 
JFXDesktopApplication - Class in com.vektorsoft.demux.desktop.jfx.app
An implementation of DMXApplication which represents JavaFX desktop application.
JFXDesktopApplication() - Constructor for class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Default constructor for setting default application values.
JFXDialogFactory - Class in com.vektorsoft.demux.desktop.jfx.view.dlg
Dialog factory for JavaFX applications.
JFXDialogFactory(DMXViewManager, Stage) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Create new instance.
JFXDialogStage - Class in com.vektorsoft.demux.desktop.jfx.view.dlg
JavaFX implementation of dialog.
JFXDialogStage(Stage, DMXDialogView) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogStage
Create new instance.
JFXEventHandler<T extends javafx.event.Event> - Class in com.vektorsoft.demux.desktop.jfx.gui
Generic event handler for JavaFX platform.
JFXEventHandler(DMXAdapter, EventType) - Constructor for class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
Creates new instance.
JFXMenuServiceImpl - Class in com.vektorsoft.demux.desktop.jfx.app.gui
Default implementation of DMXMenuService.
JFXMenuServiceImpl(Stage, DMXAdapter) - Constructor for class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
Creates new instance.
JFXOptionStage - Class in com.vektorsoft.demux.desktop.jfx.view.dlg
An implementation of DMXDialog which provides common functionality similar to Swing JOptionPane, ie.
JFXOptionStage(Stage, int, String, Object, DMXResourceManager) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
Create new instance of this dialog.
JFXOptionStage(Stage, String[], String, Object, DMXResourceManager) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
Create new dialog with specified custom options.
JFXProgressDialog - Class in com.vektorsoft.demux.desktop.jfx.view.dlg
Dialog used to display progress information.
JFXProgressDialog(Stage, DMXDialogView) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXProgressDialog
Create new instance.
JFXPropertyChangeHandler<T> - Class in com.vektorsoft.demux.desktop.jfx.gui
Base class for registering property change listeners for Java FX GUI components.
JFXPropertyChangeHandler(DMXAdapter, String) - Constructor for class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Creates new instance.
JFXRootView - Class in com.vektorsoft.demux.desktop.jfx.view
This class represents root view of JavaFX application.
JFXRootView(Stage) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
Create new instance.
JFXToolbarServiceImpl - Class in com.vektorsoft.demux.desktop.jfx.app.gui
Implementation of DMXToolbarService.
JFXToolbarServiceImpl(Stage) - Constructor for class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
Creates new instance.
JFXViewManager - Class in com.vektorsoft.demux.desktop.jfx.app
Implementation of DMXViewManager used for JavaFX applications.
JFXViewManager(Stage, DMXDefaultAdapter) - Constructor for class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
Creates new instance of this view manager.
JFXWindowService - Interface in com.vektorsoft.demux.desktop.jfx.main.svc
Provides method declaration for interaction with JavFX application window.
JFXWindowServiceImpl - Class in com.vektorsoft.demux.desktop.jfx.main.impl
Implementation of JFXWindowService for use in JavaFX application.
JFXWindowServiceImpl(Stage) - Constructor for class com.vektorsoft.demux.desktop.jfx.main.impl.JFXWindowServiceImpl
Creates new instance of this class.
JSFBundleResourceListener - Class in com.vektorsoft.demux.web.jsf.core.internal
Bundle listener which extracts resources from bundles into specific web app location.
JSFBundleResourceListener() - Constructor for class com.vektorsoft.demux.web.jsf.core.internal.JSFBundleResourceListener
 
JSFConstants - Class in com.vektorsoft.demux.web.jsf.core
Contains constants used within application.
JSFViewManager - Class in com.vektorsoft.demux.web.jsf.core
Implementation of DMXViewManager for use in JSF applications.
JSFViewManager() - Constructor for class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 

K

keySet() - Method in class com.vektorsoft.demux.core.resources.impl.DMXResourceBundle
 

L

LIST_DIRECT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
load() - Method in class com.vektorsoft.demux.desktop.jfx.gui.DMXLoaderFXML
Loads FXML object from URL specified in constructor.
load(InputStream) - Method in class com.vektorsoft.demux.desktop.jfx.gui.DMXLoaderFXML
This implementation will ignore supplied in argument and invoke DMXLoaderFXML.load() method.
loadCallbackBundles(DMXExtensionCallback) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Loads resource bundles registered by callback.
loadCallbackResources(DMXExtensionCallback) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Loads resource bundles defined for callback.
loadDeserializer(Class) - Method in class com.caucho.hessian.io.SerializerFactory
 
LoadNotification - Class in com.vektorsoft.demux.desktop.jfx.main.preload
Notification about loading progress.
LoadNotification(double, LoadNotification.Operation, String) - Constructor for class com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification
Create new instance.
LoadNotification.Operation - Enum in com.vektorsoft.demux.desktop.jfx.main.preload
Enumeration of operation types.
loadResourceBundle(String, ClassLoader) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Loads resource bundle with supplied name for the current locale.
loadSerializer(Class<?>) - Method in class com.caucho.hessian.io.SerializerFactory
 
LocaleChangeListener - Interface in com.vektorsoft.demux.core.resources
Listener for application locale changes.
LocaleHandle - Class in com.caucho.hessian.io
Handle for a locale object.
LocaleHandle(String) - Constructor for class com.caucho.hessian.io.LocaleHandle
 
localeListeners - Variable in class com.vektorsoft.demux.core.mva.AbstractViewManager
Set of listeners for locale change.
LocaleObservable - Class in com.vektorsoft.demux.core.resources
Custom implementation of Observable used to track locale changes.
LocaleObservable() - Constructor for class com.vektorsoft.demux.core.resources.LocaleObservable
 
LocaleSerializer - Class in com.caucho.hessian.io
Serializing a locale.
LocaleSerializer() - Constructor for class com.caucho.hessian.io.LocaleSerializer
 
log - Static variable in class com.caucho.hessian.io.AbstractSerializer
 
log - Static variable in class com.caucho.hessian.io.HessianFactory
 
log - Static variable in class com.caucho.hessian.io.HessianInputFactory
 
LONG - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
LONG - Static variable in class com.caucho.hessian.io.BasicSerializer
 
LONG_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
LONG_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 
LONG_BYTE_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
LONG_BYTE_MIN - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
LONG_DIRECT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
LONG_DIRECT_MIN - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
LONG_SHORT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
LONG_SHORT_MIN - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
lookup(String, String) - Method in class com.caucho.hessian.io.AbstractHessianResolver
Looks up a proxy object.
lookup(String, String) - Method in interface com.caucho.hessian.io.HessianRemoteResolver
Looks up a proxy object.

M

MainApp - Class in com.vektorsoft.demux.desktop.jfx.main.impl
Main JavaFX application class.
MainApp() - Constructor for class com.vektorsoft.demux.desktop.jfx.main.impl.MainApp
 
MapDeserializer - Class in com.caucho.hessian.io
Deserializing a JDK 1.2 Map.
MapDeserializer(Class<?>) - Constructor for class com.caucho.hessian.io.MapDeserializer
 
MapSerializer - Class in com.caucho.hessian.io
Serializing a JDK 1.2 java.util.Map.
MapSerializer() - Constructor for class com.caucho.hessian.io.MapSerializer
 
MIME_TYPE_HESSIAN - Static variable in class com.vektorsoft.demux.core.http.DMXHttpConstants
Hessian MIME type.
ModelChangeAware - Interface in com.vektorsoft.demux.core.app
This interface defined methods used by classes who want to be aware of changes of data inside model.
modelChanged(Map<String, Object>) - Method in interface com.vektorsoft.demux.core.app.ModelChangeListener
Notifies listener that model data has changed.
ModelChangeListener - Interface in com.vektorsoft.demux.core.app
Listener for changes in model data.
modelChangeListenersList - Variable in class com.vektorsoft.demux.core.mva.DMXAbstractController
List of model changes listeners.
modelData - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Values of model data fields.
modelFields - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Fields of underlying object declared as model data.
modifiedService(ServiceReference<DMXMainActivityService>, DMXMainActivityServiceImpl) - Method in class com.vektorsoft.demux.android.core.ActivityServiceCustomizer
 
modifiedService(ServiceReference<DMXAdapter>, DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
This implementation will invoke DMXAdapterTrackerHandler.onAdapterModified(com.vektorsoft.demux.core.mva.DMXAdapter) method, which can be used to add custom functionality.
modifiedService(ServiceReference<DMXAdapter>, DMXAdapter) - Method in class com.vektorsoft.demux.core.DemuxCoreCustomizer
 
modifiedService(ServiceReference<Object>, Object) - Method in class com.vektorsoft.demux.desktop.jfx.WindowServiceCustomizer
 

N

name - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Application name.
next(int) - Method in class com.caucho.hessian.io.HessianDebugState
Reads a character.
NoSuchControllerException - Exception in com.vektorsoft.demux.core.mva
Thrown when an unknown controller is attempted to be invoked.
NoSuchControllerException(String) - Constructor for exception com.vektorsoft.demux.core.mva.NoSuchControllerException
Creates new instance of this exception.
NoSuchViewException - Exception in com.vektorsoft.demux.core.mva
Thrown when client attempts to access a view name that does not exist.
NoSuchViewException() - Constructor for exception com.vektorsoft.demux.core.mva.NoSuchViewException
 
notifyDataChanged(Map<String, Object>) - Method in interface com.vektorsoft.demux.core.app.ModelChangeAware
Notify listeners that model data is changed.
notifyDataChanged(Map<String, Object>) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
 
NULL - Static variable in class com.caucho.hessian.io.AbstractDeserializer
 
NULL - Static variable in class com.caucho.hessian.io.AbstractSerializer
 
NULL - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
NULL - Static variable in class com.caucho.hessian.io.BasicSerializer
 
NULL - Static variable in class com.caucho.hessian.util.IdentityIntMap
Encoding of a null entry.
NULL - Static variable in class com.caucho.hessian.util.IntMap
Encoding of a null entry.
NUMBER - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
NUMBER - Static variable in class com.caucho.hessian.io.BasicSerializer
 

O

OBJECT - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
OBJECT - Static variable in class com.caucho.hessian.io.BasicSerializer
 
OBJECT_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
OBJECT_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 
OBJECT_DIRECT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
ObjectDeserializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
ObjectDeserializer(Class<?>) - Constructor for class com.caucho.hessian.io.ObjectDeserializer
 
ObjectHandleSerializer - Class in com.caucho.hessian.io
Serializing a remote object.
ObjectHandleSerializer() - Constructor for class com.caucho.hessian.io.ObjectHandleSerializer
 
ObjectNameDeserializer - Class in com.caucho.hessian.io
Deserializing an ObjectName
ObjectNameDeserializer() - Constructor for class com.caucho.hessian.io.ObjectNameDeserializer
 
ObjectSerializer - Interface in com.caucho.hessian.io
Serializing an object.
onAdapterAdded(DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerHandler
Invoked when adapter service is added.
onAdapterModified(DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerHandler
Invoked when adapter is modified.
onAdapterRemoved(DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerHandler
Invoked when adapter is removed.
onBundleStart(BundleContext) - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
This method is invoked at the end of DMXAbstractActivator.start(org.osgi.framework.BundleContext) method.
onBundleStop(BundleContext) - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
This method is invoked at the end of DMXAbstractActivator.stop(org.osgi.framework.BundleContext) method.
onCreate(Bundle) - Method in class com.vektorsoft.demux.android.main.DMXMainActivity
 
onCreateDialog(Bundle) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
 
onLocaleChange() - Method in interface com.vektorsoft.demux.core.resources.LocaleChangeListener
Invoked when locale change occurs.
onLocaleChange() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
 
onLocaleChanged() - Method in class com.vektorsoft.demux.core.resources.LocaleObservable
Notifies interested observers that locale has changed.
onNegativeButton(DialogFragment) - Method in class com.vektorsoft.demux.android.core.gui.DMXDefaultCallback
 
onNegativeButton(DialogFragment) - Method in interface com.vektorsoft.demux.android.core.gui.DMXDialogOptionCallback
Invoked when user closes dialog by pressing negative feedback button.
onNeutralButton(DialogFragment) - Method in class com.vektorsoft.demux.android.core.gui.DMXDefaultCallback
 
onNeutralButton(DialogFragment) - Method in interface com.vektorsoft.demux.android.core.gui.DMXDialogOptionCallback
Invoked when user closes dialog by pressing neutral feedback button.
onPositiveButton(DialogFragment) - Method in class com.vektorsoft.demux.android.core.gui.DMXDefaultCallback
 
onPositiveButton(DialogFragment) - Method in interface com.vektorsoft.demux.android.core.gui.DMXDialogOptionCallback
Invoked when user closes dialog by pressing positive feedback button.
onStop() - Method in class com.vektorsoft.demux.android.main.DMXMainActivity
 
open(InputStream) - Method in class com.caucho.hessian.io.HessianInputFactory
 
OPIONS_OK_CANCEL - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Dialog will display OK and Cancel buttons.
OPTIONS_OK - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Dialog will display only OK button.
OPTIONS_YES_NO - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Dialog will display Yes and No buttons.
OPTIONS_YES_NO_CANCEL - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Dialog will display Yes, No and Cancel buttons.
os - Variable in class com.caucho.hessian.io.HessianOutput
 

P

P_PACKET - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
P_PACKET_CHUNK - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
P_PACKET_DIRECT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
P_PACKET_SHORT - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
PACKET_DIRECT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
PACKET_SHORT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
PARAM_DIALOG_TITLE - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Name of the parameter which specifies optional title for a dialog.
PARAM_PROGRESS_DIALOG - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Name of the parameter which specifies progress dialog operations.
PARAM_VIEW_STATE - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Name of the parameter which specifies view state (active or inactive).
parentViewId - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
ID of this view's parent.
postLoadBundle(String, ResourceBundle, ClassLoader) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Invoked after the bundle has been loaded.
PRIMES - Static variable in class com.caucho.hessian.util.IdentityIntMap
 
PRIMES - Static variable in class com.caucho.hessian.util.IntMap
 
printLenString(String) - Method in class com.caucho.hessian.io.Hessian2Output
Prints a string to the stream, encoded as UTF-8 with preceeding length
printLenString(String) - Method in class com.caucho.hessian.io.HessianOutput
Prints a string to the stream, encoded as UTF-8 with preceeding length
printString(String) - Method in class com.caucho.hessian.io.Hessian2Output
Prints a string to the stream, encoded as UTF-8
printString(String, int, int) - Method in class com.caucho.hessian.io.Hessian2Output
Prints a string to the stream, encoded as UTF-8
printString(char[], int, int) - Method in class com.caucho.hessian.io.Hessian2Output
Prints a string to the stream, encoded as UTF-8
printString(String) - Method in class com.caucho.hessian.io.HessianOutput
Prints a string to the stream, encoded as UTF-8
printString(String, int, int) - Method in class com.caucho.hessian.io.HessianOutput
Prints a string to the stream, encoded as UTF-8
printString(char[], int, int) - Method in class com.caucho.hessian.io.HessianOutput
Prints a string to the stream, encoded as UTF-8
processDeferredViews(String, Set<String>) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
processDeferredViews(String, Set<String>) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
Called to complete registration of deferred views.
processDeferredViews(String, Set<String>) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
processDeferredViews(String, Set<String>) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
progressAware - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
Whether task is progress aware or not.
progressViewId - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
ID of view that displays progress.
PropertBindingController - Class in com.vektorsoft.demux.core.common
Controller used to bind properties of GUI components to model values.
PropertBindingController() - Constructor for class com.vektorsoft.demux.core.common.PropertBindingController
 
property - Variable in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Name of the method for getting property value.
ProxyUtils - Class in com.vektorsoft.demux.core.proxy
Contains utility methods which are used for dealing with dynamic proxies.
put(Object, int, boolean) - Method in class com.caucho.hessian.util.IdentityIntMap
Puts a new value in the property table with the appropriate flags
put(Object, int, boolean) - Method in class com.caucho.hessian.util.IntMap
Puts a new value in the property table with the appropriate flags

R

read() - Method in class com.caucho.hessian.io.Hessian2Input
Normally, shouldn't be called externally, but needed for QA, e.g.
read() - Method in class com.caucho.hessian.io.HessianDebugInputStream
Reads a character.
readArguments() - Method in class com.caucho.hessian.io.Hessian2Input
 
readBoolean() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a boolean
readBoolean() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a boolean
readBoolean() - Method in class com.caucho.hessian.io.HessianInput
Reads a boolean
readByte() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a byte from the stream.
readByte() - Method in class com.caucho.hessian.io.HessianInput
Reads a byte from the stream.
readBytes() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a byte array.
readBytes() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a byte array
readBytes(byte[], int, int) - Method in class com.caucho.hessian.io.Hessian2Input
Reads a byte array from the stream.
readBytes() - Method in class com.caucho.hessian.io.HessianInput
Reads a byte array
readBytes(byte[], int, int) - Method in class com.caucho.hessian.io.HessianInput
Reads a byte array from the stream.
readCall() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads the call
readCall() - Method in class com.caucho.hessian.io.Hessian2Input
Starts reading the call
readCall() - Method in class com.caucho.hessian.io.HessianInput
Starts reading the call
readChar() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a byte from the stream.
readChar() - Method in class com.caucho.hessian.io.HessianInput
Reads a byte from the stream.
readDouble() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a double.
readDouble() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a double
readDouble() - Method in class com.caucho.hessian.io.HessianInput
Reads a double
readEnd() - Method in class com.caucho.hessian.io.AbstractHessianInput
Read the end byte
readEnd() - Method in class com.caucho.hessian.io.Hessian2Input
Reads the end byte.
readEnd() - Method in class com.caucho.hessian.io.HessianInput
Reads the end byte.
readEnvelope() - Method in class com.caucho.hessian.io.Hessian2Input
Starts reading the envelope
readFloat() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a float
readFloat() - Method in class com.caucho.hessian.io.HessianInput
Reads a float
readHeader() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a header, returning null if there are no headers.
readHeader() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a header, returning null if there are no headers.
readHeader() - Method in class com.caucho.hessian.io.HessianInput
Reads a header, returning null if there are no headers.
readHeader(InputStream) - Method in class com.caucho.hessian.io.HessianInputFactory
 
readInputStream() - Method in class com.caucho.hessian.io.AbstractHessianInput
Starts reading a byte array using an input stream.
readInputStream() - Method in class com.caucho.hessian.io.Hessian2Input
Reads bytes based on an input stream.
readInputStream() - Method in class com.caucho.hessian.io.HessianInput
Reads bytes based on an input stream.
readInt() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads an integer
readInt() - Method in class com.caucho.hessian.io.Hessian2Input
Reads an integer
readInt() - Method in class com.caucho.hessian.io.HessianInput
Reads an integer
readLength() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads the length of a list.
readLength() - Method in class com.caucho.hessian.io.Hessian2Input
Parses the length for an array
readLength() - Method in class com.caucho.hessian.io.HessianInput
Parses the length for an array
readLengthList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.AbstractDeserializer
 
readLengthList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.ArrayDeserializer
Reads the array.
readLengthList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.BasicDeserializer
 
readLengthList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.CollectionDeserializer
 
readLengthList(AbstractHessianInput, int) - Method in interface com.caucho.hessian.io.Deserializer
 
readLengthList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.ObjectDeserializer
 
readList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.AbstractDeserializer
 
readList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.ArrayDeserializer
Reads the array.
readList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.BasicDeserializer
 
readList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.CollectionDeserializer
 
readList(AbstractHessianInput, int) - Method in interface com.caucho.hessian.io.Deserializer
 
readList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.EnumerationDeserializer
 
readList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.IteratorDeserializer
 
readList(AbstractHessianInput, int) - Method in class com.caucho.hessian.io.ObjectDeserializer
 
readList(AbstractHessianInput, int, String) - Method in class com.caucho.hessian.io.SerializerFactory
Reads the object as a list.
readListEnd() - Method in class com.caucho.hessian.io.AbstractHessianInput
Read the end byte
readListEnd() - Method in class com.caucho.hessian.io.Hessian2Input
Reads the end byte.
readListEnd() - Method in class com.caucho.hessian.io.HessianInput
Reads the end byte.
readListStart() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads the start of a list
readListStart() - Method in class com.caucho.hessian.io.Hessian2Input
Reads the start of a list.
readListStart() - Method in class com.caucho.hessian.io.HessianInput
Reads the start of a list.
readLong() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a long
readLong() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a long
readLong() - Method in class com.caucho.hessian.io.HessianInput
Reads a long
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.AbstractDeserializer
 
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.AbstractStreamDeserializer
Reads the Hessian 1.0 style map.
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.AbstractStringValueDeserializer
 
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.AnnotationDeserializer
 
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.BeanDeserializer
 
readMap(AbstractHessianInput, Object) - Method in class com.caucho.hessian.io.BeanDeserializer
 
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.ClassDeserializer
 
readMap(AbstractHessianInput) - Method in interface com.caucho.hessian.io.Deserializer
 
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.EnumDeserializer
 
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.JavaDeserializer
 
readMap(AbstractHessianInput, Object) - Method in class com.caucho.hessian.io.JavaDeserializer
 
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.MapDeserializer
 
readMap(AbstractHessianInput, String) - Method in class com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.SqlDateDeserializer
 
readMap(AbstractHessianInput) - Method in class com.caucho.hessian.io.ValueDeserializer
 
readMapEnd() - Method in class com.caucho.hessian.io.AbstractHessianInput
Read the end byte
readMapEnd() - Method in class com.caucho.hessian.io.Hessian2Input
Reads the end byte.
readMapEnd() - Method in class com.caucho.hessian.io.HessianInput
Reads the end byte.
readMapStart() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads the start of a map
readMapStart() - Method in class com.caucho.hessian.io.Hessian2Input
Reads the start of a list.
readMapStart() - Method in class com.caucho.hessian.io.HessianInput
Reads the start of a list.
readMethod() - Method in class com.caucho.hessian.io.AbstractHessianInput
Starts reading the call
readMethod() - Method in class com.caucho.hessian.io.Hessian2Input
Starts reading the call
readMethod() - Method in class com.caucho.hessian.io.HessianInput
Starts reading the call
readMethodArgLength() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads the number of method arguments
readMethodArgLength() - Method in class com.caucho.hessian.io.Hessian2Input
Returns the number of method arguments
readNode() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads an XML node encoded in UTF-8
readNode() - Method in class com.caucho.hessian.io.HessianInput
Reads an XML node.
readNull() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a null
readNull() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a null
readNull() - Method in class com.caucho.hessian.io.HessianInput
Reads a null
readObject(AbstractHessianInput) - Method in class com.caucho.hessian.io.AbstractDeserializer
 
readObject(AbstractHessianInput, String[]) - Method in class com.caucho.hessian.io.AbstractDeserializer
 
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.AbstractDeserializer
Reads an object instance from the input stream
readObject(Class) - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads an arbitrary object from the input stream.
readObject() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads an arbitrary object from the input stream.
readObject(AbstractHessianInput) - Method in class com.caucho.hessian.io.AbstractListDeserializer
 
readObject(AbstractHessianInput) - Method in class com.caucho.hessian.io.AbstractMapDeserializer
 
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.AbstractStreamDeserializer
 
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.AbstractStringValueDeserializer
 
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.AnnotationDeserializer
 
readObject(AbstractHessianInput) - Method in class com.caucho.hessian.io.BasicDeserializer
 
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.ClassDeserializer
 
readObject(AbstractHessianInput) - Method in interface com.caucho.hessian.io.Deserializer
 
readObject(AbstractHessianInput, Object[]) - Method in interface com.caucho.hessian.io.Deserializer
Reads the object from the input stream, given the field definition.
readObject(AbstractHessianInput, String[]) - Method in interface com.caucho.hessian.io.Deserializer
 
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.EnumDeserializer
 
readObject(Class) - Method in class com.caucho.hessian.io.Hessian2Input
Reads an object from the input stream with an expected type.
readObject() - Method in class com.caucho.hessian.io.Hessian2Input
Reads an arbitrary object from the input stream when the type is unknown.
readObject() - Method in class com.caucho.hessian.io.Hessian2StreamingInput
Read the next object
readObject(Class) - Method in class com.caucho.hessian.io.HessianInput
Reads an object from the input stream with an expected type.
readObject() - Method in class com.caucho.hessian.io.HessianInput
Reads an arbitrary object from the input stream when the type is unknown.
readObject(AbstractHessianInput) - Method in class com.caucho.hessian.io.InputStreamDeserializer
 
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.JavaDeserializer
 
readObject(AbstractHessianInput, String[]) - Method in class com.caucho.hessian.io.JavaDeserializer
 
readObject(AbstractHessianInput, Object, String[]) - Method in class com.caucho.hessian.io.JavaDeserializer
 
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.MapDeserializer
 
readObject(AbstractHessianInput) - Method in class com.caucho.hessian.io.ObjectDeserializer
 
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.ObjectDeserializer
 
readObject(AbstractHessianInput, String, String[]) - Method in class com.caucho.hessian.io.SerializerFactory
Reads the object as a map.
readObject(AbstractHessianInput, Object[]) - Method in class com.caucho.hessian.io.SqlDateDeserializer
 
readObject(AbstractHessianInput, String[]) - Method in class com.caucho.hessian.io.ValueDeserializer
 
readObjectImpl(Class) - Method in class com.caucho.hessian.io.HessianSerializerInput
Reads an object from the input stream.
readRef() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a reference
readRef() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a reference.
readRef() - Method in class com.caucho.hessian.io.HessianInput
Reads a reference.
readRemote() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a remote object reference to the stream.
readRemote() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a remote object.
readRemote() - Method in class com.caucho.hessian.io.HessianInput
Reads a remote object.
readReply(Class) - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a reply as an object.
readReply(Class) - Method in class com.caucho.hessian.io.Hessian2Input
Reads a reply as an object.
readReply(Class) - Method in class com.caucho.hessian.io.HessianInput
Reads a reply as an object.
readResolve() - Method in class com.caucho.hessian.io.ByteHandle
 
readResolve() - Method in class com.caucho.hessian.io.FloatHandle
 
readResolve() - Method in class com.caucho.hessian.io.ShortHandle
 
readShort() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a short
readShort() - Method in class com.caucho.hessian.io.HessianInput
Reads a short
readStreamingObject() - Method in class com.caucho.hessian.io.Hessian2Input
 
readStreamValue(AbstractHessianInput) - Method in class com.caucho.hessian.io.AbstractStreamDeserializer
 
readString() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a string encoded in UTF-8
readString(char[], int, int) - Method in class com.caucho.hessian.io.Hessian2Input
Reads a byte array from the stream.
readString() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a string
readString(char[], int, int) - Method in class com.caucho.hessian.io.HessianInput
Reads a byte array from the stream.
readString() - Method in class com.caucho.hessian.io.HessianInput
Reads a string
readToOutputStream(OutputStream) - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads data to an output stream.
readType() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads an object type.
readType() - Method in class com.caucho.hessian.io.Hessian2Input
Parses a type from the stream.
readType() - Method in class com.caucho.hessian.io.HessianInput
Parses a type from the stream.
readUTCDate() - Method in class com.caucho.hessian.io.AbstractHessianInput
Reads a date.
readUTCDate() - Method in class com.caucho.hessian.io.Hessian2Input
Reads a date.
readUTCDate() - Method in class com.caucho.hessian.io.HessianInput
Reads a date.
registerCallback(DMXExtensionCallback) - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionManager
Registers a callback interface.
registerCallback(DMXExtensionCallback) - Method in class com.vektorsoft.demux.core.extension.impl.DMXExtensionManagerImpl
Registers extension callback interface.
registerCallbackResources(DMXExtensionCallback) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
registerCallbackResources(DMXExtensionCallback) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Registers resources specified in extension callback.
registerCallbackResources(DMXExtensionCallback) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
registerController(DMXController) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Registers specified controller to be used by the Adapter.
registerController(Class) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Register controller from supplied class.
registerController(DMXController) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerController(Class) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerController(DMXController) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerController(Class) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerControllerForAction(String, String, Object...) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Registers controller to be invoked when menu item is fired.
registerControllerForAction(String, String, Object...) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
registerData(String, Object) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Register data with the model.
registerData(String, Object) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerData(String, Object) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Registers specified data with the model.
registerData(String, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registeredViews - Variable in class com.vektorsoft.demux.core.mva.AbstractViewManager
Contains all views registered with this manager.
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
registerEventHandler(DMXEventRegistrationHandler) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Registers event handler for UI components.
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerEventHandler(DMXEventRegistrationHandler) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Registers event handler for UI components.
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
registerEventHandlerForId(String, DMXEventRegistrationHandler) - Method in interface com.vektorsoft.demux.desktop.gui.DMXToolbarService
Registers event handler on toolbar component with specified ID.
registerEventHandlerForId(String, DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
 
registerEventHandlerForMenuItem(String, DMXEventRegistrationHandler) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Registers event handler for specified menu item.
registerEventHandlerForMenuItem(String, DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
registerExtendableController(DMXExtendable) - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionManager
Registers specified instance of DMXExtendable, which should also be an instance of DMXController.
registerExtendableController(DMXExtendable) - Method in class com.vektorsoft.demux.core.extension.impl.DMXExtensionManagerImpl
 
registerExtendableView(DMXExtendable, DMXViewManager) - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionManager
Registers specified instance of DMXExtendable, which should also be an instance of DMXView.
registerExtendableView(DMXExtendable, DMXViewManager) - Method in class com.vektorsoft.demux.core.extension.impl.DMXExtensionManagerImpl
 
registerExtensionCallback(DMXExtensionCallback) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Registers extension callback for controller or view.
registerExtensionCallback(DMXExtensionCallback) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerExtensionCallback(DMXExtensionCallback) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerObserver(Observer) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Registers observer to monitor this model's state.
registerView(DMXView) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
registerView(Class) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
registerView(DMXView) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
Registers specified view for management by this view manager.
registerView(Class) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
 
registerView(DMXView) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Registers this view with this application.
registerView(Class) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Register view from specified class.
registerView(DMXView) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerView(Class) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerView(DMXView) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Registers specified view with this ViewManager.
registerView(Class) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Register view from specified class.
registerView(DMXView) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
registerView(DMXView) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerView(Class) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerView(DMXView) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
Registers specified view with this view manager.
reloadBundles() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Reload all loaded bundles on locale change.
RemoteDeserializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
RemoteDeserializer() - Constructor for class com.caucho.hessian.io.RemoteDeserializer
 
RemoteSerializer - Class in com.caucho.hessian.io
Serializing a remote object.
RemoteSerializer() - Constructor for class com.caucho.hessian.io.RemoteSerializer
 
remove(Object) - Method in class com.caucho.hessian.util.IdentityIntMap
Removes a value in the property table.
removedService(ServiceReference<DMXMainActivityService>, DMXMainActivityServiceImpl) - Method in class com.vektorsoft.demux.android.core.ActivityServiceCustomizer
 
removedService(ServiceReference<DMXAdapter>, DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
This implementation will invoke DMXAdapterTrackerHandler.onAdapterRemoved(com.vektorsoft.demux.core.mva.DMXAdapter) method, which can be used to add custom functionality.
removedService(ServiceReference<DMXAdapter>, DMXAdapter) - Method in class com.vektorsoft.demux.core.DemuxCoreCustomizer
 
removedService(ServiceReference<Object>, Object) - Method in class com.vektorsoft.demux.desktop.jfx.WindowServiceCustomizer
 
removeModelChangeListener(ModelChangeListener) - Method in interface com.vektorsoft.demux.core.app.ModelChangeAware
Remove specified listener.
removeModelChangeListener(ModelChangeListener) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
 
removeRef(Object) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Removes a reference.
removeRef(Object) - Method in class com.caucho.hessian.io.Hessian2Output
Removes a reference.
removeRef(Object) - Method in class com.caucho.hessian.io.HessianOutput
Removes a reference.
render() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Renders this view for display.
render() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
renderMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method to render the view.
replaceRef(Object, Object) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Replaces a reference from one object to another.
replaceRef(Object, Object) - Method in class com.caucho.hessian.io.Hessian2Output
Replaces a reference from one object to another.
replaceRef(Object, Object) - Method in class com.caucho.hessian.io.HessianOutput
Replaces a reference from one object to another.
reset() - Method in class com.caucho.hessian.io.Hessian2Input
 
reset() - Method in class com.caucho.hessian.io.Hessian2Output
Resets all counters and references
resetBuffer() - Method in class com.caucho.hessian.io.Hessian2Input
 
resetReferences() - Method in class com.caucho.hessian.io.AbstractHessianInput
Resets the references for streaming.
resetReferences() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Resets the references for streaming.
resetReferences() - Method in class com.caucho.hessian.io.Hessian2Input
Resets the references for streaming.
resetReferences() - Method in class com.caucho.hessian.io.Hessian2Output
Resets the references for streaming.
resetReferences() - Method in class com.caucho.hessian.io.HessianInput
Resets the references for streaming.
resetReferences() - Method in class com.caucho.hessian.io.HessianOutput
Resets the references for streaming.
resolve(AbstractHessianInput, Object) - Method in class com.caucho.hessian.io.JavaDeserializer
 
resolve(AbstractHessianInput, Object) - Method in class com.caucho.hessian.io.RemoteDeserializer
 
resolveRemote(String, String) - Method in class com.caucho.hessian.io.Hessian2Input
Resolves a remote object.
resolveRemote(String, String) - Method in class com.caucho.hessian.io.HessianInput
Resolves a remote object.
resourceHandler - Variable in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
Resource handler for this resource manager.
resourceHandler - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
Current resource handler.
ResourceHandlerType - Enum in com.vektorsoft.demux.core.resources
Enumerates available types of resource handlers.
resourceManager - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Resource manager used in this adapter.
resourceMap - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Map of loaded resources for application.
run() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
run() - Method in class com.vektorsoft.demux.web.jsf.core.internal.BundleResourceExtractor
 

S

selectView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
Selects active view for display.
selectView(String, Map<String, Object>) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Sets specified view as currently active for this ViewManager.
selectView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
Set the view with specified ID as currently active.
selectView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
SER - Static variable in class com.caucho.hessian.io.ByteArraySerializer
 
SER - Static variable in class com.caucho.hessian.io.CalendarSerializer
 
SER - Static variable in class com.caucho.hessian.io.ObjectHandleSerializer
 
SER - Static variable in class com.caucho.hessian.io.StringValueSerializer
 
Serializer - Interface in com.caucho.hessian.io
Serializing an object.
SerializerFactory - Class in com.caucho.hessian.io
Factory for returning serialization methods.
SerializerFactory() - Constructor for class com.caucho.hessian.io.SerializerFactory
 
SerializerFactory(ClassLoader) - Constructor for class com.caucho.hessian.io.SerializerFactory
 
sessionCreated(HttpSessionEvent) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXSessionListener
 
set(String, Object) - Method in class com.vektorsoft.demux.core.mva.DMXLocalModel
Adds data to the local model.
set(Map<String, Object>) - Method in class com.vektorsoft.demux.core.mva.DMXLocalModel
Set data map to this local model.
setAllowNonSerializable(boolean) - Method in class com.caucho.hessian.io.SerializerFactory
If true, non-serializable objects are allowed.
setArguments(Object...) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
set arguments for controller execution.
setArguments(Object...) - Method in interface com.vektorsoft.demux.core.task.DMXTask
Set arguments for execution.
setArguments(String[]) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set application arguments.
setArguments(String[]) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Set arguments that application was started with.
setBlockScope(GUIBlockingScope) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Sets blocking scope for this task.
setBuildNumber(String) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Set application build number.
setBuildNumber(String) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set application build number.
setCallback(DMXDialogOptionCallback) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Set callback interface for this dialog.
setCloseStreamOnClose(boolean) - Method in class com.caucho.hessian.io.Hessian2Input
 
setCloseStreamOnClose(boolean) - Method in class com.caucho.hessian.io.Hessian2Output
 
setCloseStreamOnClose(boolean) - Method in class com.caucho.hessian.io.Hessian2StreamingOutput
 
setComponentIds(String...) - Method in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Set components IDs.
setComponentIds(String...) - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
Sets component IDs.
setComponentIds(String...) - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Set component IDs to the list.
setConfig(Map<String, Object>) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Set application configuration parameters.
setConfiguration(Map<String, String>) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set configuration parameters for application.
setContext(Context) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidAbstractView
 
setContext(Context) - Method in interface com.vektorsoft.demux.android.core.app.DMXAndroidView
Set Android application context.
setContext(ServletContext) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
Set application servlet context.
setController(DMXController) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Set controller which will be executed as task action.
setController(DMXController) - Method in interface com.vektorsoft.demux.core.task.DMXTask
Set controller which will perform actual task.
setCurrentLocale(Locale) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
 
setCurrentLocale(Locale) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
setCurrentLocale(Locale) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceHandler
Set current locale for handler.
setCurrentLocale(Locale) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Sets current locale to be used in application.
setCurrentLocale(Locale) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
 
setCurrentLocale(Locale) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
setDataValues(String, Object) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Set value for data with specified ID.
setDataValues(Map<String, Object>) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Sets values for data specified in a map.
setDataValues(Map<String, Object>) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Sets values for data specified in a map.
setDepth(int) - Method in class com.caucho.hessian.io.HessianDebugInputStream
 
setDepth(int) - Method in class com.caucho.hessian.io.HessianDebugState
 
setDialog(DMXDialog) - Method in interface com.vektorsoft.demux.core.dlg.DMXDialogView
Set dialog which will display this view.
setExtensionCallback(DMXExtensionCallback) - Method in interface com.vektorsoft.demux.core.extension.DMXExtendable
Set extension callback for this interface.
setFieldValue(Object) - Method in class com.vektorsoft.demux.core.proxy.FieldAccessor
Set field value to specified value.
setGui(boolean) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set whether application has GUI or not.
setHandler(DMXAdapterTrackerHandler) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Sets handler instance for this class.
setIdsToBlock(String...) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Set IDs of GUI components to block.
setLocalData(DMXLocalModel) - Method in interface com.vektorsoft.demux.core.extension.DMXViewCallback
Set model data local to the extended view.
setLocalModel(DMXLocalModel) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
setLocalModel(DMXLocalModel) - Method in interface com.vektorsoft.demux.core.task.DMXTask
Sets local model data for controller execution.
setLogPorducer(DMXLoggerProducer) - Static method in class com.vektorsoft.demux.core.log.DMXLoggerFactory
Sets an implementatio of DMXLoggerProducer to use.
setMenuService(DMXMenuService) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
Sets menu service for use with this view manager.
setModel(DMXModel) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Sets current dataModel.
setName(String) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Set application name.
setName(String) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set application name.
setProgressAware(boolean) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Set whether this task is progress aware or not.
setProgressViewId(String) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Set ID of view which will display progress information.
setRef(int, Object) - Method in class com.caucho.hessian.io.AbstractHessianInput
Sets an object reference.
setRef(int, Object) - Method in class com.caucho.hessian.io.Hessian2Input
Adds a list/map reference.
setRef(int, Object) - Method in class com.caucho.hessian.io.HessianInput
Adds a list/map reference.
setRemoteResolver(HessianRemoteResolver) - Method in class com.caucho.hessian.io.AbstractHessianInput
Sets the resolver used to lookup remote objects.
setRequest(HttpServletRequest) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Set current HTTP request.
setResourceManager(DMXResourceManager) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Set resource manager for this factory.
setResourceManager(DMXResourceManager) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Sets resource manager.
setSendCollectionType(boolean) - Method in class com.caucho.hessian.io.SerializerFactory
Set true if the collection serializer should send the java type.
setSendJavaType(boolean) - Method in class com.caucho.hessian.io.CollectionSerializer
Set true if the java type of the collection should be sent.
setSendJavaType(boolean) - Method in class com.caucho.hessian.io.MapSerializer
Set true if the java type of the collection should be sent.
setSerializerFactory(SerializerFactory) - Method in class com.caucho.hessian.io.AbstractHessianInput
Sets the serializer factory.
setSerializerFactory(SerializerFactory) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Sets the serializer factory.
setSerializerFactory(SerializerFactory) - Method in class com.caucho.hessian.io.Hessian2Input
Sets the serializer factory.
setSerializerFactory(SerializerFactory) - Method in class com.caucho.hessian.io.Hessian2StreamingInput
 
setSerializerFactory(SerializerFactory) - Method in class com.caucho.hessian.io.HessianFactory
 
setSerializerFactory(SerializerFactory) - Method in class com.caucho.hessian.io.HessianInput
Sets the serializer factory.
setSerializerFactory(SerializerFactory) - Method in class com.caucho.hessian.io.HessianInputFactory
 
setServletContext(ServletContext) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Sets servlet context for this adapter.
setSupportedLocales(Locale[]) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
setSupportedLocales(Locale[]) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Sets locales that applications supports.
setSupportedLocales(Locale[]) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
setTag(String) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Sets tag for this dialog.
setTitle(String) - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.JFXWindowServiceImpl
 
setTitle(String) - Method in interface com.vektorsoft.demux.desktop.jfx.main.svc.JFXWindowService
Set title for application window.
setToolbarService(DMXToolbarService) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
Sets toolbar service for this view manager.
setToolbarStyle(String) - Method in interface com.vektorsoft.demux.desktop.gui.DMXToolbarService
Sets style for the main toolbar.
setToolbarStyle(String) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
 
setUnshared(boolean) - Method in class com.caucho.hessian.io.AbstractHessianOutput
 
setUnshared(boolean) - Method in class com.caucho.hessian.io.Hessian2Output
Sets hessian to be "unshared", meaning it will not detect duplicate or circular references.
setURL(String) - Method in class com.caucho.hessian.io.HessianRemote
Sets the remote URL.
setValue(String, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Sets the value of the variable with specified ID.
setVersion(int) - Method in class com.caucho.hessian.io.HessianOutput
Sets the client's version.
setVersion(String) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Set application version.
setVersion(String) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set application version.
setViewActive(String, boolean) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Empty implementation.
setViewActive(String, boolean) - Method in interface com.vektorsoft.demux.core.mva.DMXView
Activates or deactivates the view which is the child of this view, based on the value of parameter state.
setViewActive(String, boolean) - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
setViewExtensionCallback(String, DMXViewCallback) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
setViewExtensionCallback(String, DMXViewCallback) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Sets extension callback of view with specified ID.
setViewExtensionCallback(String, DMXViewCallback) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
setViewExtensionCallback(String, DMXViewCallback) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
setViewManager(DMXViewManager) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Sets the current view manager.
setWindowIcons(URL...) - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.JFXWindowServiceImpl
 
setWindowIcons(URL...) - Method in interface com.vektorsoft.demux.desktop.jfx.main.svc.JFXWindowService
Set icons to be displayed on main window.
setWindowService(JFXWindowService) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Sets main application window windowService.
SHORT - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
SHORT - Static variable in class com.caucho.hessian.io.BasicSerializer
 
SHORT_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
SHORT_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 
SHORT_HANDLE - Static variable in class com.caucho.hessian.io.BasicSerializer
 
ShortHandle - Class in com.caucho.hessian.io
Handle for Java Short objects.
ShortHandle(short) - Constructor for class com.caucho.hessian.io.ShortHandle
 
showDialog() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialog
 
showDialog() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
 
showDialog() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialog
Show this dialog.
showDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogStage
 
showDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
 
showDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXProgressDialog
 
SIZE - Static variable in class com.caucho.hessian.io.Hessian2Output
 
size() - Method in class com.caucho.hessian.util.IdentityIntMap
Returns the current number of entries in the map.
size() - Method in class com.caucho.hessian.util.IntMap
Returns the current number of entries in the map.
skipOptionalCall() - Method in class com.caucho.hessian.io.AbstractHessianInput
For backward compatibility with HessianSkeleton
skipOptionalCall() - Method in class com.caucho.hessian.io.HessianInput
For backward compatibility with HessianSkeleton
SqlDateDeserializer - Class in com.caucho.hessian.io
Deserializing a string valued object
SqlDateDeserializer(Class) - Constructor for class com.caucho.hessian.io.SqlDateDeserializer
 
SqlDateSerializer - Class in com.caucho.hessian.io
Serializing a sql date object.
SqlDateSerializer() - Constructor for class com.caucho.hessian.io.SqlDateSerializer
 
StackTraceElementDeserializer - Class in com.caucho.hessian.io
Deserializing a JDK 1.4 StackTraceElement
StackTraceElementDeserializer() - Constructor for class com.caucho.hessian.io.StackTraceElementDeserializer
 
start(BundleContext) - Method in class com.vektorsoft.demux.android.core.DMXAndroidCoreActivator
 
start(BundleContext) - Method in class com.vektorsoft.demux.android.main.AndroidMainActivator
Starts this bundle and registers DMXMainActivityService.
start(BundleContext) - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
 
start(BundleContext) - Method in class com.vektorsoft.demux.core.DemuxActivator
 
start(BundleContext) - Method in class com.vektorsoft.demux.desktop.jfx.JFXDesktopActivator
This method will start the bundle and register basic services.
start(Stage) - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.MainApp
 
start(BundleContext) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Starts the bundle and registers basic application services.
start(Stage) - Method in class com.vektorsoft.demux.desktop.jfx.main.preload.DMXPreloader
 
start(BundleContext) - Method in class com.vektorsoft.demux.desktop.main.DMXDesktopActivator
 
start(BundleContext) - Method in class com.vektorsoft.demux.web.jsf.core.DMXActivatorJSF
 
startCall() - Method in class com.caucho.hessian.io.AbstractHessianInput
Starts reading the call, including the headers.
startCall() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Starts the method call:
startCall(String, int) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Starts the method call:
startCall() - Method in class com.caucho.hessian.io.Hessian2Input
Starts reading the call, including the headers.
startCall(String, int) - Method in class com.caucho.hessian.io.Hessian2Output
Starts the method call.
startCall() - Method in class com.caucho.hessian.io.Hessian2Output
Writes the call tag.
startCall() - Method in class com.caucho.hessian.io.HessianInput
Starts reading the call, including the headers.
startCall(String, int) - Method in class com.caucho.hessian.io.HessianOutput
Starts the method call.
startCall() - Method in class com.caucho.hessian.io.HessianOutput
Writes the call tag.
startData1() - Method in class com.caucho.hessian.io.HessianDebugInputStream
 
startData1() - Method in class com.caucho.hessian.io.HessianDebugState
 
startEnvelope(String) - Method in class com.caucho.hessian.io.Hessian2Output
Starts an envelope.
startMessage() - Method in class com.caucho.hessian.io.Hessian2Input
Starts reading a packet
startMessage() - Method in class com.caucho.hessian.io.Hessian2Output
Starts a packet
startPacket() - Method in class com.caucho.hessian.io.Hessian2Output
Starts a streaming packet
startPacket() - Method in class com.caucho.hessian.io.Hessian2StreamingInput
 
startReply() - Method in class com.caucho.hessian.io.AbstractHessianInput
Starts reading the reply
startReply() - Method in class com.caucho.hessian.io.AbstractHessianOutput
 
startReply() - Method in class com.caucho.hessian.io.Hessian2Input
Starts reading the reply
startReply() - Method in class com.caucho.hessian.io.Hessian2Output
Starts the reply
startReply() - Method in class com.caucho.hessian.io.HessianInput
Starts reading the reply
startReply() - Method in class com.caucho.hessian.io.HessianOutput
Starts the reply
startReplyBody() - Method in class com.caucho.hessian.io.AbstractHessianInput
Starts reading the body of the reply, i.e.
startReplyBody() - Method in class com.caucho.hessian.io.HessianInput
 
startStreaming() - Method in class com.caucho.hessian.io.HessianDebugInputStream
 
startStreaming() - Method in class com.caucho.hessian.io.HessianDebugOutputStream
 
startStreaming() - Method in class com.caucho.hessian.io.HessianDebugState
 
startTop2() - Method in class com.caucho.hessian.io.HessianDebugInputStream
 
startTop2() - Method in class com.caucho.hessian.io.HessianDebugOutputStream
 
startTop2() - Method in class com.caucho.hessian.io.HessianDebugState
 
statusCode(int) - Method in class com.vektorsoft.demux.core.http.DMXHttpResponse
Sets response status code.
stop(BundleContext) - Method in class com.vektorsoft.demux.android.core.DMXAndroidCoreActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.android.main.AndroidMainActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.core.DemuxActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.desktop.jfx.JFXDesktopActivator
 
stop() - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.MainApp
 
stop(BundleContext) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.desktop.main.DMXDesktopActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.web.jsf.core.DMXActivatorJSF
 
STRING - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
STRING - Static variable in class com.caucho.hessian.io.BasicSerializer
 
STRING_ARRAY - Static variable in class com.caucho.hessian.io.BasicDeserializer
 
STRING_ARRAY - Static variable in class com.caucho.hessian.io.BasicSerializer
 
STRING_BUILDER - Static variable in class com.caucho.hessian.io.BasicSerializer
 
STRING_DIRECT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
STRING_SHORT_MAX - Static variable in interface com.caucho.hessian.io.Hessian2Constants
 
StringValueDeserializer - Class in com.caucho.hessian.io
Deserializing a string valued object
StringValueDeserializer(Class) - Constructor for class com.caucho.hessian.io.StringValueDeserializer
 
StringValueSerializer - Class in com.caucho.hessian.io
Serializing a remote object.
StringValueSerializer() - Constructor for class com.caucho.hessian.io.StringValueSerializer
 
supportedLocales - Variable in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
List of locales supported by application.
supportedLocales - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
List of locales supported by application.

T

taskCompleted(DMXTask, Object) - Method in interface com.vektorsoft.demux.core.task.TaskStatusListener
Invoked when task is completed.
taskStarted(DMXTask) - Method in interface com.vektorsoft.demux.core.task.TaskStatusListener
Invoked when task is started.
TaskStatusListener - Interface in com.vektorsoft.demux.core.task
Defined method hooks for monitoring task status.
ThrowableSerializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
ThrowableSerializer(Class<?>, ClassLoader) - Constructor for class com.caucho.hessian.io.ThrowableSerializer
 
title - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Title for dialog view.
toString() - Method in class com.caucho.hessian.io.AnnotationInvocationHandler
 
toString() - Method in class com.caucho.hessian.io.ArrayDeserializer
 
toString() - Method in class com.caucho.hessian.io.ByteHandle
 
toString() - Method in class com.caucho.hessian.io.FloatHandle
 
toString() - Method in class com.caucho.hessian.io.HessianRemote
Readable version of the remote.
toString() - Method in class com.caucho.hessian.io.ObjectDeserializer
 
toString() - Method in class com.caucho.hessian.io.ShortHandle
 
toString() - Method in class com.caucho.hessian.util.IdentityIntMap
 
toString() - Method in class com.caucho.hessian.util.IntMap
 

U

underlying - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Underlying object.
unloadBundle(String) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Unloads bundle with specified name from list of loaded bundles.
unread() - Method in class com.caucho.hessian.io.Hessian2Input
 
unwrap(Hessian2Input) - Method in class com.caucho.hessian.io.Deflation
 
unwrap(Hessian2Input) - Method in class com.caucho.hessian.io.HessianEnvelope
Unwrap the Hessian input stream with this envelope.
unwrapHeaders(Hessian2Input) - Method in class com.caucho.hessian.io.Deflation
 
unwrapHeaders(Hessian2Input) - Method in class com.caucho.hessian.io.HessianEnvelope
Unwrap the envelope after having read the envelope code ('E') and the envelope method.
update(Observable, Object) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Invoked when any of the dataModel data changes.
updateFromModel(DMXLocalModel) - Method in interface com.vektorsoft.demux.core.mva.DMXView
Updates view variables from model data.
updateFromModel(DMXLocalModel) - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
updateFromModel(DMXLocalModel) - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
This implementation does nothing, since JSF runtime takes care of view rendering.
updateNodeHierarchy(Node) - Method in class com.vektorsoft.demux.desktop.jfx.gui.DMXLoaderFXML
Updates node hierarchy with current values from resource bundles.
updateView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
updateView(String, Map<String, Object>) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Forces specified view to render itself due to change in model data.
updateView(String, Map) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
updateView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
updateViewData(Map<String, Object>) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
updateViewData(Map<String, Object>) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Updates views that depends on specified data.
updateViewData(Map<String, Object>) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
updateViewData(Map<String, Object>) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 

V

VAL_DLG_CLOSE - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Indicates that progress dialog should be closed.
VAL_DLG_SHOW - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Indicates that progress dialog should be shown.
ValueDeserializer - Class in com.caucho.hessian.io
Deserializing a string valued object
ValueDeserializer() - Constructor for class com.caucho.hessian.io.ValueDeserializer
 
valueOf(String) - Static method in enum com.caucho.hessian.io.HessianInputFactory.HeaderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.android.core.resources.AndroidResourceTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.core.extension.DMXExtensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.core.http.DMXHttpClient.HTTPMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.core.resources.ResourceHandlerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.core.task.GUIBlockingScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.caucho.hessian.io.HessianInputFactory.HeaderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.android.core.resources.AndroidResourceTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.core.extension.DMXExtensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.core.http.DMXHttpClient.HTTPMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.core.resources.ResourceHandlerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.core.task.GUIBlockingScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Application version string.
ViewActivationController - Class in com.vektorsoft.demux.core.common
Controller for selecting view to be activated or deactivated by a view manager.
ViewActivationController() - Constructor for class com.vektorsoft.demux.core.common.ViewActivationController
Creates new instance.
viewActivationMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for setting active child view.
ViewAlreadyExistsException - Exception in com.vektorsoft.demux.core.mva
Thrown when client attempts to register a view under the name that already exists.
ViewAlreadyExistsException() - Constructor for exception com.vektorsoft.demux.core.mva.ViewAlreadyExistsException
 
viewId - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
ID of this view.
viewId - Variable in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
Current view ID.
ViewInvocationHandler - Class in com.vektorsoft.demux.core.proxy
Invocation handler used for forwarding proxied methods for views.
ViewInvocationHandler() - Constructor for class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Default constructor used only from subclasses.
ViewInvocationHandler(Class, DMXDefaultAdapter) - Constructor for class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Create new instance.
viewManager - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
DMXViewManager instance that is used to manage views.
viewPlacementConstraint() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Returns null as view placement constraint.
viewPlacementConstraint() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns an object that represents layout constraint which should be respected when placing this view.
viewPlacementConstraint() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
ViewResourceUtils - Class in com.vektorsoft.demux.web.jsf.core.internal
Helper class which maps view IDs constructed from dmx:view tag to actual .xhtml resources.
viewUiField - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Field for view UI.
viewUiMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for getting view UI.
viewUrl - Variable in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
URL of view XHTML file.

W

warn(String) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogger
 
warn(String, Throwable) - Method in class com.vektorsoft.demux.android.core.log.AndroidLogger
 
warn(String) - Method in interface com.vektorsoft.demux.core.log.DMXLogger
Logs message with WARNING level.
warn(String, Throwable) - Method in interface com.vektorsoft.demux.core.log.DMXLogger
Logs a message with WARNING level and adds exception info
warn(String) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLogger
 
warn(String, Throwable) - Method in class com.vektorsoft.demux.core.log.impl.DefaultLogger
 
WindowServiceCustomizer - Class in com.vektorsoft.demux.desktop.jfx
Customizer for tracking window service.
WindowServiceCustomizer(BundleContext) - Constructor for class com.vektorsoft.demux.desktop.jfx.WindowServiceCustomizer
Create new instance.
wrap(Hessian2Output) - Method in class com.caucho.hessian.io.Deflation
 
wrap(Hessian2Output) - Method in class com.caucho.hessian.io.HessianEnvelope
Wrap the Hessian output stream in an envelope.
write(int) - Method in class com.caucho.hessian.io.HessianDebugOutputStream
Writes a character.
writeBoolean(boolean) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a boolean value to the stream.
writeBoolean(boolean) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a boolean value to the stream.
writeBoolean(boolean) - Method in class com.caucho.hessian.io.HessianOutput
Writes a boolean value to the stream.
writeByteBufferEnd(byte[], int, int) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes the last chunk of a byte buffer to the stream.
writeByteBufferEnd(byte[], int, int) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a byte buffer to the stream.
writeByteBufferEnd(byte[], int, int) - Method in class com.caucho.hessian.io.HessianOutput
Writes a byte buffer to the stream.
writeByteBufferPart(byte[], int, int) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a byte buffer to the stream.
writeByteBufferPart(byte[], int, int) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a byte buffer to the stream.
writeByteBufferPart(byte[], int, int) - Method in class com.caucho.hessian.io.HessianOutput
Writes a byte buffer to the stream.
writeByteBufferStart() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a byte buffer to the stream.
writeByteBufferStart() - Method in class com.caucho.hessian.io.Hessian2Output
Writes a byte buffer to the stream.
writeByteBufferStart() - Method in class com.caucho.hessian.io.HessianOutput
Writes a byte buffer to the stream.
writeBytes(byte[]) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a byte array to the stream.
writeBytes(byte[], int, int) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a byte array to the stream.
writeBytes(byte[]) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a byte array to the stream.
writeBytes(byte[], int, int) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a byte array to the stream.
writeBytes(byte[]) - Method in class com.caucho.hessian.io.HessianOutput
Writes a byte array to the stream.
writeBytes(byte[], int, int) - Method in class com.caucho.hessian.io.HessianOutput
Writes a byte array to the stream.
writeByteStream(InputStream) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a full output stream.
writeByteStream(InputStream) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a full output stream.
writeClassFieldLength(int) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes the end of the class.
writeClassFieldLength(int) - Method in class com.caucho.hessian.io.Hessian2Output
Writes the tail of the class definition to the stream.
writeDefinition20(Class<?>, AbstractHessianOutput) - Method in class com.caucho.hessian.io.AbstractSerializer
 
writeDouble(double) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a double value to the stream.
writeDouble(double) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a double value to the stream.
writeDouble(double) - Method in class com.caucho.hessian.io.HessianOutput
Writes a double value to the stream.
writeFault(String, String, Object) - Method in class com.caucho.hessian.io.AbstractHessianOutput
 
writeFault(String, String, Object) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a fault.
writeFault(String, String, Object) - Method in class com.caucho.hessian.io.HessianOutput
Writes a fault.
writeHeader(String) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Deprecated. 
writeHeader(String) - Method in class com.caucho.hessian.io.HessianOutput
Writes a header name.
writeInstance(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.AbstractSerializer
 
writeInstance(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.AnnotationSerializer
 
writeInstance(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.JavaSerializer
 
writeInt(int) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes an integer value to the stream.
writeInt(int) - Method in class com.caucho.hessian.io.Hessian2Output
Writes an integer value to the stream.
writeInt(int) - Method in class com.caucho.hessian.io.HessianOutput
Writes an integer value to the stream.
writeListBegin(int, String) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes the list header to the stream.
writeListBegin(int, String) - Method in class com.caucho.hessian.io.Hessian2Output
Writes the list header to the stream.
writeListBegin(int, String) - Method in class com.caucho.hessian.io.HessianOutput
Writes the list header to the stream.
writeListEnd() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes the tail of the list to the stream.
writeListEnd() - Method in class com.caucho.hessian.io.Hessian2Output
Writes the tail of the list to the stream for a variable-length list.
writeListEnd() - Method in class com.caucho.hessian.io.HessianOutput
Writes the tail of the list to the stream.
writeLong(long) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a long value to the stream.
writeLong(long) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a long value to the stream.
writeLong(long) - Method in class com.caucho.hessian.io.HessianOutput
Writes a long value to the stream.
writeMapBegin(String) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes the map header to the stream.
writeMapBegin(String) - Method in class com.caucho.hessian.io.Hessian2Output
Writes the map header to the stream.
writeMapBegin(String) - Method in class com.caucho.hessian.io.HessianOutput
Writes the map header to the stream.
writeMapEnd() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes the tail of the map to the stream.
writeMapEnd() - Method in class com.caucho.hessian.io.Hessian2Output
Writes the tail of the map to the stream.
writeMapEnd() - Method in class com.caucho.hessian.io.HessianOutput
Writes the tail of the map to the stream.
writeMethod(String) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes the method tag.
writeMethod(String) - Method in class com.caucho.hessian.io.Hessian2Output
Writes the method tag.
writeMethod(String) - Method in class com.caucho.hessian.io.HessianOutput
Writes the method tag.
writeNull() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a null value to the stream.
writeNull() - Method in class com.caucho.hessian.io.Hessian2Output
Writes a null value to the stream.
writeNull() - Method in class com.caucho.hessian.io.HessianOutput
Writes a null value to the stream.
writeObject(Object) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a generic object to the output stream.
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.AbstractSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.AbstractStreamSerializer
Writes the object to the output stream.
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.AnnotationSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.ArraySerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.BasicSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.BeanSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.ByteArraySerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.ClassSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.CollectionSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.EnumerationSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.EnumSerializer
 
writeObject(Object) - Method in class com.caucho.hessian.io.Hessian2Output
Writes any object to the output stream.
writeObject(Object) - Method in class com.caucho.hessian.io.Hessian2StreamingOutput
Writes any object to the output stream.
writeObject(Object) - Method in class com.caucho.hessian.io.HessianOutput
Writes any object to the output stream.
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.InputStreamSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.IteratorSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.JavaSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.JavaUnsharedSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.LocaleSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.MapSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.ObjectHandleSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.RemoteSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in interface com.caucho.hessian.io.Serializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.SqlDateSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.StringValueSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.ThrowableSerializer
 
writeObject(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.WriteReplaceSerializer
 
writeObject10(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.AbstractSerializer
 
writeObject10(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.AnnotationSerializer
 
writeObject10(Object, AbstractHessianOutput) - Method in class com.caucho.hessian.io.JavaSerializer
 
writeObjectBegin(String) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes the object header to the stream (for Hessian 2.0), or a Map for Hessian 1.0.
writeObjectBegin(String) - Method in class com.caucho.hessian.io.Hessian2Output
Writes the object definition
writeObjectEnd() - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes the tail of the object to the stream.
writeObjectEnd() - Method in class com.caucho.hessian.io.Hessian2Output
Writes the tail of the object definition to the stream.
writeObjectImpl(Object) - Method in class com.caucho.hessian.io.HessianSerializerOutput
Applications which override this can do custom serialization.
writePlaceholder() - Method in class com.caucho.hessian.io.HessianOutput
Writes a placeholder.
writeRef(int) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a reference.
writeRef(int) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a reference.
writeRef(int) - Method in class com.caucho.hessian.io.HessianOutput
Writes a reference.
writeRemote(String, String) - Method in class com.caucho.hessian.io.HessianOutput
Writes a remote object reference to the stream.
writeReplace(Object) - Method in class com.caucho.hessian.io.AbstractSerializer
 
writeReplace(Object) - Method in class com.caucho.hessian.io.CalendarSerializer
java.util.Calendar serializes to com.caucho.hessian.io.CalendarHandle
writeReplace(Object) - Method in class com.caucho.hessian.io.WriteReplaceSerializer
 
WriteReplaceSerializer - Class in com.caucho.hessian.io
Serializing an object for known object types.
WriteReplaceSerializer(Class<?>, ClassLoader, Serializer) - Constructor for class com.caucho.hessian.io.WriteReplaceSerializer
 
writeReply(Object) - Method in class com.caucho.hessian.io.AbstractHessianOutput
 
writeStreamingObject(Object) - Method in class com.caucho.hessian.io.Hessian2Output
Starts the streaming message
writeString(String) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(char[], int, int) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(String) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a string value to the stream using UTF-8 encoding.
writeString(char[], int, int) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a string value to the stream using UTF-8 encoding.
writeString(String) - Method in class com.caucho.hessian.io.HessianOutput
Writes a string value to the stream using UTF-8 encoding.
writeString(char[], int, int) - Method in class com.caucho.hessian.io.HessianOutput
Writes a string value to the stream using UTF-8 encoding.
writeUTCDate(long) - Method in class com.caucho.hessian.io.AbstractHessianOutput
Writes a date to the stream.
writeUTCDate(long) - Method in class com.caucho.hessian.io.Hessian2Output
Writes a date to the stream.
writeUTCDate(long) - Method in class com.caucho.hessian.io.HessianOutput
Writes a date to the stream.
writeVersion() - Method in class com.caucho.hessian.io.Hessian2Output
 

_

_classDefs - Variable in class com.caucho.hessian.io.Hessian2Input
 
_collectionSerializer - Variable in class com.caucho.hessian.io.SerializerFactory
 
_defaultSerializer - Variable in class com.caucho.hessian.io.SerializerFactory
 
_defaultSerializerFactory - Variable in class com.caucho.hessian.io.Hessian2Input
 
_factories - Variable in class com.caucho.hessian.io.SerializerFactory
 
_mapSerializer - Variable in class com.caucho.hessian.io.SerializerFactory
 
_os - Variable in class com.caucho.hessian.io.Hessian2Output
 
_peek - Variable in class com.caucho.hessian.io.HessianInput
 
_refs - Variable in class com.caucho.hessian.io.Hessian2Input
 
_refs - Variable in class com.caucho.hessian.io.HessianInput
 
_serializerFactory - Variable in class com.caucho.hessian.io.AbstractHessianOutput
 
_serializerFactory - Variable in class com.caucho.hessian.io.Hessian2Input
 
_serializerFactory - Variable in class com.caucho.hessian.io.HessianInput
 
_types - Variable in class com.caucho.hessian.io.Hessian2Input
 
A B C D E F G H I J K L M N O P R S T U V W _ 

Copyright © 2012-2014 Vektor Software. All Rights Reserved.