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

A

About - Class in org.minetti.astrodevice.server.core
Informations about server (singleton).
attemptDeviceRecognition(DeviceSignature) - Method in class org.minetti.astrodevice.server.core.plugin.impl.PluginsManagerImpl
 
attemptDeviceRecognition(DeviceSignature) - Method in interface org.minetti.astrodevice.server.core.plugin.PluginManager
Attempts a recognition of a device by its signature to all plug-ins.

B

begin() - Method in interface org.minetti.astrodevice.server.core.dao.DaoTransaction
Starts the transaction.
BusinessException - Exception in org.minetti.astrodevice.server.core.exception
Base class of all business exceptions produced by astroDeviceServer.
BusinessException(String, String, Object[], Throwable) - Constructor for exception org.minetti.astrodevice.server.core.exception.BusinessException
Protected constructor.
BusinessException(String, String, String, String, Object[], Throwable) - Constructor for exception org.minetti.astrodevice.server.core.exception.BusinessException
Protected constructor.
BusModule - Interface in org.minetti.astrodevice.server.core.module
Device bus module used for detect connections and disconnections of devices.

C

CelestialLimitAlgorithm - Enum in org.minetti.astrodevice.server.core.type
Algorithms that determine how use the points list to calculate the celestial limits.
CelestialLimitPoint - Interface in org.minetti.astrodevice.server.core.object
Object representing a point of the celestial limit used to delimit the visible portion of the sky.
CelestialLimitPointComparator - Class in org.minetti.astrodevice.server.core.object.comparator
Comparator for ordered a set of points of the celestial limit.
CelestialLimitPointComparator() - Constructor for class org.minetti.astrodevice.server.core.object.comparator.CelestialLimitPointComparator
 
ClientCallback - Class in org.minetti.astrodevice.server.core.callback
Callback used by the server for send handling to clients.
ClientCallback() - Constructor for class org.minetti.astrodevice.server.core.callback.ClientCallback
 
ClientCallback - Class in org.minetti.astrodevice.server.core.config.xml.jaxb
Java class for ClientCallback complex type.
ClientCallback() - Constructor for class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallback
 
ClientCallbackConfiguration - Interface in org.minetti.astrodevice.server.core.config
Callback parameters used by the server for send handling to clients.
ClientCallbacks - Class in org.minetti.astrodevice.server.core.config.xml.jaxb
Java class for ClientCallbacks complex type.
ClientCallbacks() - Constructor for class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallbacks
 
clientCallbacks - Variable in class org.minetti.astrodevice.server.core.config.xml.jaxb.Server
 
ClientCallbacksConfiguration - Interface in org.minetti.astrodevice.server.core.config
Parameters of all callbacks used by the server for send handling to clients.
ClientCallbackSender - Interface in org.minetti.astrodevice.server.core.callback
Sender of handling by the server to clients.
ClientCallbackSenderImpl - Class in org.minetti.astrodevice.server.core.callback
Sender of handling by the server to clients.
ClientCallbackSenderImpl() - Constructor for class org.minetti.astrodevice.server.core.callback.ClientCallbackSenderImpl
Constructor.
ClientCallbackSenderImpl(List<ListenerModule>) - Constructor for class org.minetti.astrodevice.server.core.callback.ClientCallbackSenderImpl
Hidden constructor.
close() - Method in interface org.minetti.astrodevice.server.core.dao.DaoSession
Closes the DAO session.
compare(CelestialLimitPoint, CelestialLimitPoint) - Method in class org.minetti.astrodevice.server.core.object.comparator.CelestialLimitPointComparator
 
createClientCallback() - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ObjectFactory
Create an instance of ClientCallback
createClientCallbacks() - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ObjectFactory
Create an instance of ClientCallbacks
createServer() - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ObjectFactory
Create an instance of Server
createServer(Server) - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ObjectFactory
Create an instance of JAXBElement<Server>}

D

DaoModule - Interface in org.minetti.astrodevice.server.core.module
DAO module used for persist some objects.
DaoSession - Interface in org.minetti.astrodevice.server.core.dao
Session used for the DAO.
DaoTransaction - Interface in org.minetti.astrodevice.server.core.dao
Transaction used to group multiple changing by DAO.
Device<T extends DeviceDriver> - Class in org.minetti.astrodevice.server.core.device
Object representing a device.
Device(DeviceSpecification, T) - Constructor for class org.minetti.astrodevice.server.core.device.Device
Constructor.
DeviceManager - Interface in org.minetti.astrodevice.server.core.device
Device manager for manage access to all connected devices.
DeviceManagerImpl - Class in org.minetti.astrodevice.server.core.device.impl
Device manager for manage access to all connected devices.
DeviceManagerImpl(PluginManager, ClientCallbackSender, int) - Constructor for class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl
Constructor.
DeviceManagerImpl.DeviceKey - Class in org.minetti.astrodevice.server.core.device.impl
Object containing the two possible keys for search the devices.
DeviceManagerImpl.DeviceKey(DeviceSignature, Long) - Constructor for class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl.DeviceKey
Constructor.
DeviceRecognitionResult - Class in org.minetti.astrodevice.server.core.plugin
Result of attempt to recognize a device.
DeviceRecognitionResult(List<Plugin>, List<Plugin>) - Constructor for class org.minetti.astrodevice.server.core.plugin.DeviceRecognitionResult
Constructor.
DeviceRecognizer - Class in org.minetti.astrodevice.server.core.device
Base class of device recognizer.
DeviceRecognizer(DaoModule, PluginManager, DeviceManager, ClientCallbackSender, int, BaseDeviceSignature) - Constructor for class org.minetti.astrodevice.server.core.device.DeviceRecognizer
Hidden constructor.
DeviceSpecification - Interface in org.minetti.astrodevice.server.core.object
Object representing the specifications on a device.
DeviceSpecificationDao - Interface in org.minetti.astrodevice.server.core.dao
DAO for specifications on devices.
DeviceStatusClientCallback - Class in org.minetti.astrodevice.server.core.callback
Callback for notify a status changing of a device.
DeviceStatusClientCallback(DeviceSpecification, boolean, int) - Constructor for class org.minetti.astrodevice.server.core.callback.DeviceStatusClientCallback
Constructor.
deviceStatusClientCallback - Variable in class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallbacks
 

E

end(boolean) - Method in interface org.minetti.astrodevice.server.core.dao.DaoTransaction
Ends the transaction.
equals(Object) - Method in class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl.DeviceKey
 
equals(Object) - Method in class org.minetti.astrodevice.server.core.object.impl.NewCelestialLimitPoint
 
equals(Object) - Method in class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
 
equals(Object) - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 

F

find() - Method in interface org.minetti.astrodevice.server.core.dao.DeviceSpecificationDao
Finds and returns the specifications on all devices.
find(DeviceSignature) - Method in interface org.minetti.astrodevice.server.core.dao.DeviceSpecificationDao
Finds and returns a device specifications by its signature.
find(long) - Method in interface org.minetti.astrodevice.server.core.dao.DeviceSpecificationDao
Finds and returns a device specifications by its identifier.
find() - Method in interface org.minetti.astrodevice.server.core.dao.ObservingSiteDao
Finds and returns all observing sites.
find(long) - Method in interface org.minetti.astrodevice.server.core.dao.ObservingSiteDao
Finds and returns an observing site by its identifier.
findByPlugin(Plugin) - Method in interface org.minetti.astrodevice.server.core.dao.DeviceSpecificationDao
Finds and returns the specifications of devices related to plug-in.
findByPlugin(String) - Method in interface org.minetti.astrodevice.server.core.dao.DeviceSpecificationDao
Finds and returns the specifications of devices related to plug-in.
findSameProduct(DeviceSignature) - Method in interface org.minetti.astrodevice.server.core.dao.DeviceSpecificationDao
Finds and returns the specifications of devices belonging to the same product.

G

GeographicCoordinates - Interface in org.minetti.astrodevice.server.core.object
Object representing the coordinates of a geographic position in WGS84 system.
getAltitude() - Method in interface org.minetti.astrodevice.server.core.object.HorizontalCoordinates
Returns the altitude a of the celestial position.
getAltitude() - Method in class org.minetti.astrodevice.server.core.object.impl.NewCelestialLimitPoint
 
getApplicationName() - Method in class org.minetti.astrodevice.server.core.About
Returns the application name.
getApplicationVersion() - Method in class org.minetti.astrodevice.server.core.About
Returns the application version.
getAzimuth() - Method in interface org.minetti.astrodevice.server.core.object.HorizontalCoordinates
Returns the azimuth A of the celestial position.
getAzimuth() - Method in class org.minetti.astrodevice.server.core.object.impl.NewCelestialLimitPoint
 
getBusModuleList() - Static method in class org.minetti.astrodevice.server.core.module.ModuleManager
Returns the list of device bus for detect connections and disconnections of devices.
getCelestialLimitAlgorithm() - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
getCelestialLimitAlgorithm() - Method in interface org.minetti.astrodevice.server.core.object.ObservingSite
Returns the algorithm that determine how use the points list to calculate the celestial limits.
getCelestialLimitPointSet() - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
getCelestialLimitPointSet() - Method in interface org.minetti.astrodevice.server.core.object.ObservingSite
Returns all points of the celestial limit used to delimit the visible portion of the sky.
getClientCallbacks() - Method in interface org.minetti.astrodevice.server.core.config.ServerConfiguration
Returns the callback parameters used by the server for send handling to clients.
getClientCallbacks() - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.Server
Gets the value of the clientCallbacks property.
getClientCallbacks() - Method in class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration
 
getDaoModule() - Static method in class org.minetti.astrodevice.server.core.module.ModuleManager
Returns the DAO module.
getDevice(long) - Method in interface org.minetti.astrodevice.server.core.device.DeviceManager
Returns a device by its identifier.
getDevice(DeviceSignature) - Method in interface org.minetti.astrodevice.server.core.device.DeviceManager
Returns a device by its signature.
getDevice(long) - Method in class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl
 
getDevice(DeviceSignature) - Method in class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl
 
getDevices(Class<T>) - Method in interface org.minetti.astrodevice.server.core.device.DeviceManager
Returns a list of all devices according to their types.
getDevices(Class<T>) - Method in class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl
 
getDeviceSpecification() - Method in class org.minetti.astrodevice.server.core.callback.DeviceStatusClientCallback
Returns the device specifications that changed status.
getDeviceSpecification() - Method in class org.minetti.astrodevice.server.core.callback.NewDeviceClientCallback
Returns the new device to complete.
getDeviceStatus() - Method in interface org.minetti.astrodevice.server.core.config.ClientCallbacksConfiguration
Returns the callback parameters for notify a status changing of a device.
getDeviceStatus() - Method in class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration.XmlClientCallbacksConfiguration
 
getDeviceStatusClientCallback() - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallbacks
Gets the value of the deviceStatusClientCallback property.
getDriver() - Method in class org.minetti.astrodevice.server.core.device.Device
Returns the driver used for drive the device.
getElevation() - Method in interface org.minetti.astrodevice.server.core.object.GeographicCoordinates
Returns the elevation above mean sea level of the geographic position.
getElevation() - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
getElevation() - Method in class org.minetti.astrodevice.server.core.process.ObservingSiteProcess
 
getElevation() - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Returns the elevation above mean sea level of the selected observing site.
getHomeDirectory() - Method in class org.minetti.astrodevice.server.core.About
Returns the home directory of application.
getHostname() - Method in class org.minetti.astrodevice.server.core.About
Returns the hostname where astroDeviceServer is hosted.
getId() - Method in interface org.minetti.astrodevice.server.core.object.CelestialLimitPoint
Returns the identifier given to point of the celestial limit.
getId() - Method in interface org.minetti.astrodevice.server.core.object.DeviceSpecification
Returns the identifier given to device.
getId() - Method in interface org.minetti.astrodevice.server.core.object.GeographicCoordinates
Returns the identifier given to geographic position.
getId() - Method in class org.minetti.astrodevice.server.core.object.impl.NewCelestialLimitPoint
 
getId() - Method in class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
 
getId() - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
getId() - Method in class org.minetti.astrodevice.server.core.process.ObservingSiteProcess
 
getId() - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Returns the identifier of selected observing site.
getInstance() - Static method in class org.minetti.astrodevice.server.core.About
Returns the singleton instance.
getInstance() - Static method in class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration
Returns the singleton instance.
getInstance() - Static method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Returns the singleton instance.
getInstanceName() - Method in interface org.minetti.astrodevice.server.core.config.ServerConfiguration
Returns the name given to astroDeviceServer instance.
getInstanceName() - Method in class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration
 
getInstanceName() - Method in class org.minetti.astrodevice.server.core.process.PlatformProcess
Returns the name given to astroDeviceServer instance.
getLatitude() - Method in interface org.minetti.astrodevice.server.core.object.GeographicCoordinates
Returns the latitude φ of the geographic position.
getLatitude() - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
getLatitude() - Method in class org.minetti.astrodevice.server.core.process.ObservingSiteProcess
 
getLatitude() - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Returns the latitude φ of the selected observing site.
getLifetime() - Method in class org.minetti.astrodevice.server.core.callback.DeviceStatusClientCallback
Returns the lifetime of callback in seconds.
getLifetime() - Method in class org.minetti.astrodevice.server.core.callback.NewDeviceClientCallback
Returns the lifetime of callback in seconds.
getLifetime() - Method in interface org.minetti.astrodevice.server.core.config.ClientCallbackConfiguration
Returns the lifetime of callback in seconds.
getLifetime() - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallback
Gets the value of the lifetime property.
getLifetime() - Method in class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration.XmlClientCallbackConfiguration
 
getListenerModuleList() - Static method in class org.minetti.astrodevice.server.core.module.ModuleManager
Returns the list of network listener.
getLocal() - Method in exception org.minetti.astrodevice.server.core.exception.BusinessException
Returns the locale for select messages in the language of user.
getLocalizedMessage() - Method in exception org.minetti.astrodevice.server.core.exception.BusinessException
 
getLocalSiderealTime() - Method in class org.minetti.astrodevice.server.core.process.ObservingSiteProcess
Returns the sidereal time at selected observing site.
getLongitude() - Method in interface org.minetti.astrodevice.server.core.object.GeographicCoordinates
Returns the longitude λ of the geographic position.
getLongitude() - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
getLongitude() - Method in class org.minetti.astrodevice.server.core.process.ObservingSiteProcess
 
getLongitude() - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Returns the longitude λ of the selected observing site.
getMessage() - Method in exception org.minetti.astrodevice.server.core.exception.BusinessException
 
getName() - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.Server
Gets the value of the name property.
getName() - Method in interface org.minetti.astrodevice.server.core.module.Module
Returns the module name.
getName() - Method in interface org.minetti.astrodevice.server.core.object.DeviceSpecification
Returns the name given to device.
getName() - Method in interface org.minetti.astrodevice.server.core.object.GeographicCoordinates
Returns the name given to geographic position.
getName() - Method in class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
 
getName() - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
getName() - Method in class org.minetti.astrodevice.server.core.process.ObservingSiteProcess
 
getName() - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Returns the name given to selected observing site.
getNewDevice() - Method in interface org.minetti.astrodevice.server.core.config.ClientCallbacksConfiguration
Returns the callback parameters for name a new device and select this plug-in if necessary.
getNewDevice() - Method in class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration.XmlClientCallbacksConfiguration
 
getNewDeviceClientCallback() - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallbacks
Gets the value of the newDeviceClientCallback property.
getOrder() - Method in interface org.minetti.astrodevice.server.core.object.CelestialLimitPoint
Returns the order of point in the celestial limit.
getOrder() - Method in class org.minetti.astrodevice.server.core.object.impl.NewCelestialLimitPoint
 
getPluginClassName() - Method in interface org.minetti.astrodevice.server.core.object.DeviceSpecification
Returns the class name of plug-in related to device.
getPluginClassName() - Method in class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
 
getPlugins() - Method in class org.minetti.astrodevice.server.core.callback.NewDeviceClientCallback
Returns the array of possible plug-ins related to the device.
getProtocolVersion() - Method in class org.minetti.astrodevice.server.core.About
Returns the version of communication protocol between clients and server.
getProtocolVersion() - Method in class org.minetti.astrodevice.server.core.process.PlatformProcess
Returns the version of communication protocol between clients and server.
getRecognizedPluginList() - Method in class org.minetti.astrodevice.server.core.plugin.DeviceRecognitionResult
Returns the list of plug-ins that have recognized the device.
getServerVersion() - Method in class org.minetti.astrodevice.server.core.process.PlatformProcess
Returns the version of astroDeviceServer.
getSignature() - Method in interface org.minetti.astrodevice.server.core.object.DeviceSpecification
Returns the signature used for recognize the device.
getSignature() - Method in class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
 
getSpecification() - Method in class org.minetti.astrodevice.server.core.device.Device
Returns the device specifications.
getString(ResourceBundle, String, String) - Static method in exception org.minetti.astrodevice.server.core.exception.BusinessException
Returns a localized message by this resource key.
getUndefinedPluginList() - Method in class org.minetti.astrodevice.server.core.plugin.DeviceRecognitionResult
Returns the list of plug-ins that have not been able to determine the recognition of the device.
getUserLongMessage() - Method in exception org.minetti.astrodevice.server.core.exception.BusinessException
Returns the long description to the user about the exception.
getUserShortMessage() - Method in exception org.minetti.astrodevice.server.core.exception.BusinessException
Returns the short description to the user about the exception.
getUserSolution() - Method in exception org.minetti.astrodevice.server.core.exception.BusinessException
Returns the message to the user for resolve the exception.

H

hashCode() - Method in class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl.DeviceKey
 
hashCode() - Method in class org.minetti.astrodevice.server.core.object.impl.NewCelestialLimitPoint
 
hashCode() - Method in class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
 
hashCode() - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
HorizontalCoordinates - Interface in org.minetti.astrodevice.server.core.object
Object representing the horizontal coordinates of a celestial position.

I

initialize() - Static method in class org.minetti.astrodevice.server.core.ServerClassLoader
Initializes the class loader.
isBroadcastedToAll() - Method in class org.minetti.astrodevice.server.core.callback.ClientCallback
Returns TRUE for broadcasted the callback to all clients.
isBroadcastedToAll() - Method in class org.minetti.astrodevice.server.core.callback.DeviceStatusClientCallback
 
isBroadcastedToAll() - Method in class org.minetti.astrodevice.server.core.callback.NewDeviceClientCallback
 
isConnected() - Method in class org.minetti.astrodevice.server.core.callback.DeviceStatusClientCallback
Returns TRUE if the device has been connected.

L

lifetime - Variable in class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallback
 
ListenerModule - Interface in org.minetti.astrodevice.server.core.module
Network listener module used for communicate with the remote or local clients.
load() - Method in class org.minetti.astrodevice.server.core.About
Loads all informations about server from src/main/resources/astroDeviceServer.properties.
load(String) - Method in class org.minetti.astrodevice.server.core.About
Loads all informations about server from properties file.
load() - Method in interface org.minetti.astrodevice.server.core.config.ServerConfiguration
Loads the configuration from src/main/config/server.xml.
load() - Method in class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration
 
load(String) - Method in class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration
Loads the configuration from a XML configuration file.
logger - Variable in class org.minetti.astrodevice.server.core.plugin.impl.PluginsManagerImpl
Logger.

M

main(String[]) - Static method in class org.minetti.astrodevice.server.core.Startup
Main function.
Module - Interface in org.minetti.astrodevice.server.core.module
Module used for add a functionality to astroDeviceServer.
ModuleManager - Class in org.minetti.astrodevice.server.core.module
Module manager used for: start all modules, stop all modules, get a started module.

N

name - Variable in class org.minetti.astrodevice.server.core.config.xml.jaxb.Server
 
NewCelestialLimitPoint - Class in org.minetti.astrodevice.server.core.object.impl
Object representing a new point of the celestial limit used to delimit the visible portion of the sky.
NewCelestialLimitPoint(int, Coordinate, Coordinate) - Constructor for class org.minetti.astrodevice.server.core.object.impl.NewCelestialLimitPoint
Constructor.
newDaoSession() - Method in interface org.minetti.astrodevice.server.core.module.DaoModule
Returns the session used for the DAO.
newDaoTransaction(DaoSession) - Method in interface org.minetti.astrodevice.server.core.module.DaoModule
Creates and returns a new instance of transaction used to group multiple changing by DAO.
NewDeviceClientCallback - Class in org.minetti.astrodevice.server.core.callback
Callback for name a new device and select this plug-in if necessary.
NewDeviceClientCallback(DeviceSpecification, Plugin[], int) - Constructor for class org.minetti.astrodevice.server.core.callback.NewDeviceClientCallback
Constructor.
NewDeviceClientCallback(DeviceSpecification, Plugin[]) - Constructor for class org.minetti.astrodevice.server.core.callback.NewDeviceClientCallback
Constructor.
newDeviceClientCallback - Variable in class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallbacks
 
NewDeviceSpecification - Class in org.minetti.astrodevice.server.core.object.impl
Object representing the specifications on a new device.
NewDeviceSpecification(BaseDeviceSignature) - Constructor for class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
Constructor.
newDeviceSpecificationDao(DaoSession) - Method in interface org.minetti.astrodevice.server.core.module.DaoModule
Creates and returns a new instance of DAO for specifications on devices.
NewObservingSite - Class in org.minetti.astrodevice.server.core.object.impl
Object representing a new observing site.
NewObservingSite() - Constructor for class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
Constructor.
newObservingSiteDao(DaoSession) - Method in interface org.minetti.astrodevice.server.core.module.DaoModule
Creates and returns a new instance of DAO for observing sites.
newPlugin(DeviceSpecification) - Method in class org.minetti.astrodevice.server.core.plugin.impl.PluginsManagerImpl
 
newPlugin(DeviceSpecification) - Method in interface org.minetti.astrodevice.server.core.plugin.PluginManager
Creates and returns a new plug-in by a device specification.
newResourceBundle(Locale) - Static method in exception org.minetti.astrodevice.server.core.exception.BusinessException
Creates and returns a new ResourceBundle for select messages in the language of user.
notifyConnection(DeviceSpecification) - Method in interface org.minetti.astrodevice.server.core.device.DeviceManager
Notify a new device connection.
notifyConnection(DeviceSpecification) - Method in class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl
 
notifyDisconnection(DeviceSignature) - Method in interface org.minetti.astrodevice.server.core.device.DeviceManager
Notify a new device disconnection.
notifyDisconnection(DeviceSignature) - Method in class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl
 

O

ObjectFactory - Class in org.minetti.astrodevice.server.core.config.xml.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.minetti.astrodevice.server.core.config.jaxb package.
ObjectFactory() - Constructor for class org.minetti.astrodevice.server.core.config.xml.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.minetti.astrodevice.server.core.config.jaxb
ObservingSite - Interface in org.minetti.astrodevice.server.core.object
Object representing an observing site.
ObservingSiteDao - Interface in org.minetti.astrodevice.server.core.dao
DAO for observing sites.
ObservingSiteNotFoundException - Exception in org.minetti.astrodevice.server.core.exception
Exception for observing site not found.
ObservingSiteNotFoundException(long) - Constructor for exception org.minetti.astrodevice.server.core.exception.ObservingSiteNotFoundException
Constructor.
ObservingSiteProcess - Class in org.minetti.astrodevice.server.core.process
Process on observing site.
ObservingSiteProcess(GeographicCoordinates) - Constructor for class org.minetti.astrodevice.server.core.process.ObservingSiteProcess
Constructor.
org.minetti.astrodevice.server.core - package org.minetti.astrodevice.server.core
 
org.minetti.astrodevice.server.core.callback - package org.minetti.astrodevice.server.core.callback
 
org.minetti.astrodevice.server.core.config - package org.minetti.astrodevice.server.core.config
 
org.minetti.astrodevice.server.core.config.xml - package org.minetti.astrodevice.server.core.config.xml
 
org.minetti.astrodevice.server.core.config.xml.jaxb - package org.minetti.astrodevice.server.core.config.xml.jaxb
 
org.minetti.astrodevice.server.core.dao - package org.minetti.astrodevice.server.core.dao
 
org.minetti.astrodevice.server.core.device - package org.minetti.astrodevice.server.core.device
 
org.minetti.astrodevice.server.core.device.impl - package org.minetti.astrodevice.server.core.device.impl
 
org.minetti.astrodevice.server.core.exception - package org.minetti.astrodevice.server.core.exception
 
org.minetti.astrodevice.server.core.module - package org.minetti.astrodevice.server.core.module
 
org.minetti.astrodevice.server.core.object - package org.minetti.astrodevice.server.core.object
 
org.minetti.astrodevice.server.core.object.comparator - package org.minetti.astrodevice.server.core.object.comparator
 
org.minetti.astrodevice.server.core.object.impl - package org.minetti.astrodevice.server.core.object.impl
 
org.minetti.astrodevice.server.core.plugin - package org.minetti.astrodevice.server.core.plugin
 
org.minetti.astrodevice.server.core.plugin.impl - package org.minetti.astrodevice.server.core.plugin.impl
 
org.minetti.astrodevice.server.core.process - package org.minetti.astrodevice.server.core.process
 
org.minetti.astrodevice.server.core.type - package org.minetti.astrodevice.server.core.type
 

P

persist(DeviceSpecification) - Method in interface org.minetti.astrodevice.server.core.dao.DeviceSpecificationDao
Persists the new device specifications.
persist(ObservingSite) - Method in interface org.minetti.astrodevice.server.core.dao.ObservingSiteDao
Persists a new observing site.
PlatformProcess - Class in org.minetti.astrodevice.server.core.process
Process on astroDevice platform.
PlatformProcess() - Constructor for class org.minetti.astrodevice.server.core.process.PlatformProcess
Constructor.
PluginManager - Interface in org.minetti.astrodevice.server.core.plugin
Plug-in manager for manage access to all installed plug-ins.
PluginsManagerImpl - Class in org.minetti.astrodevice.server.core.plugin.impl
Plug-in manager for manage access to all installed plug-ins.
PluginsManagerImpl() - Constructor for class org.minetti.astrodevice.server.core.plugin.impl.PluginsManagerImpl
Constructor.

R

remove(DeviceSpecification) - Method in interface org.minetti.astrodevice.server.core.dao.DeviceSpecificationDao
Removes the device specifications.
remove(ObservingSite) - Method in interface org.minetti.astrodevice.server.core.dao.ObservingSiteDao
Removes an observing site.
run() - Method in class org.minetti.astrodevice.server.core.device.DeviceRecognizer
 
run() - Method in class org.minetti.astrodevice.server.core.Shutdown
 

S

select(long) - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Selects an observing site.
SelectedObservingSiteProcess - Class in org.minetti.astrodevice.server.core.process
Process on the selected observing site (singleton).
send(ClientCallback) - Method in interface org.minetti.astrodevice.server.core.callback.ClientCallbackSender
Sends of handling by the server to clients.
send(ClientCallback) - Method in class org.minetti.astrodevice.server.core.callback.ClientCallbackSenderImpl
 
sendCallback(ClientCallback) - Method in interface org.minetti.astrodevice.server.core.module.ListenerModule
Sends of handling by the server to clients.
Server - Class in org.minetti.astrodevice.server.core.config.xml.jaxb
Java class for Server complex type.
Server() - Constructor for class org.minetti.astrodevice.server.core.config.xml.jaxb.Server
 
server - Variable in class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration
Object representing the server tag of XML file.
ServerClassLoader - Class in org.minetti.astrodevice.server.core
Class loader of astroDeviceServer.
ServerClassLoader() - Constructor for class org.minetti.astrodevice.server.core.ServerClassLoader
Constructor.
ServerConfiguration - Interface in org.minetti.astrodevice.server.core.config
Configuration extracted from src/main/config/server.xml.
setCelestialLimitAlgorithm(CelestialLimitAlgorithm) - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
setCelestialLimitAlgorithm(CelestialLimitAlgorithm) - Method in interface org.minetti.astrodevice.server.core.object.ObservingSite
Sets the algorithm that determine how use the points list to calculate the celestial limits.
setClientCallbacks(ClientCallbacks) - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.Server
Sets the value of the clientCallbacks property.
setDeviceStatusClientCallback(ClientCallback) - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallbacks
Sets the value of the deviceStatusClientCallback property.
setElevation(short) - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
setElevation(short) - Method in interface org.minetti.astrodevice.server.core.object.ObservingSite
Sets the elevation above mean sea level of the observing site.
setLatitude(Coordinate) - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
setLatitude(Coordinate) - Method in interface org.minetti.astrodevice.server.core.object.ObservingSite
Sets the latitude φ of the observing site.
setLifetime(int) - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallback
Sets the value of the lifetime property.
setLocal(Locale) - Method in exception org.minetti.astrodevice.server.core.exception.BusinessException
Sets the locale for select messages in the language of user.
setLongitude(Coordinate) - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
setLongitude(Coordinate) - Method in interface org.minetti.astrodevice.server.core.object.ObservingSite
Sets the longitude λ of the observing site.
setName(String) - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.Server
Sets the value of the name property.
setName(String) - Method in interface org.minetti.astrodevice.server.core.object.DeviceSpecification
Sets the name given to device.
setName(String) - Method in class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
 
setName(String) - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
setName(String) - Method in interface org.minetti.astrodevice.server.core.object.ObservingSite
Sets the name given to observing site.
setNewDeviceClientCallback(ClientCallback) - Method in class org.minetti.astrodevice.server.core.config.xml.jaxb.ClientCallbacks
Sets the value of the newDeviceClientCallback property.
setOrder(int) - Method in interface org.minetti.astrodevice.server.core.object.CelestialLimitPoint
Sets the order of point in the celestial limit.
setOrder(int) - Method in class org.minetti.astrodevice.server.core.object.impl.NewCelestialLimitPoint
 
setPluginClassName(String) - Method in interface org.minetti.astrodevice.server.core.object.DeviceSpecification
Sets the class name of plug-in related to device.
setPluginClassName(String) - Method in class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
 
Shutdown - Class in org.minetti.astrodevice.server.core
Class responsible of server shutdown.
Shutdown() - Constructor for class org.minetti.astrodevice.server.core.Shutdown
 
start() - Method in interface org.minetti.astrodevice.server.core.module.Module
Starts the module.
start() - Static method in class org.minetti.astrodevice.server.core.module.ModuleManager
Starts all modules of application.
Startup - Class in org.minetti.astrodevice.server.core
Class responsible of server startup.
Startup() - Constructor for class org.minetti.astrodevice.server.core.Startup
 
stop() - Method in interface org.minetti.astrodevice.server.core.module.Module
Stops the module.
stop() - Static method in class org.minetti.astrodevice.server.core.module.ModuleManager
Stops all modules of application.
synchronizeSiderealTime(long) - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Synchronizes the local apparent sidereal time at selected observing site.

T

toEquatorialCoordinates(HorizontalCoordinates) - Method in class org.minetti.astrodevice.server.core.process.ObservingSiteProcess
Converts horizontal coordinates at the selected observing site in equatorial coordinates.
toEquatorialCoordinates(HorizontalCoordinates) - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Converts horizontal coordinates at the selected observing site in equatorial coordinates.
toHorizontalCoordinates(EquatorialCoordinates) - Method in class org.minetti.astrodevice.server.core.process.ObservingSiteProcess
Converts an equatorial coordinates in horizontal coordinates at the selected observing site.
toHorizontalCoordinates(EquatorialCoordinates) - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
Converts an equatorial coordinates in horizontal coordinates at the selected observing site.
toString() - Method in class org.minetti.astrodevice.server.core.About
toString() - Method in class org.minetti.astrodevice.server.core.callback.ClientCallbackSenderImpl
 
toString() - Method in class org.minetti.astrodevice.server.core.callback.DeviceStatusClientCallback
 
toString() - Method in class org.minetti.astrodevice.server.core.callback.NewDeviceClientCallback
 
toString() - Method in class org.minetti.astrodevice.server.core.device.Device
 
toString() - Method in class org.minetti.astrodevice.server.core.device.DeviceRecognizer
 
toString() - Method in class org.minetti.astrodevice.server.core.device.impl.DeviceManagerImpl
 
toString() - Method in exception org.minetti.astrodevice.server.core.exception.BusinessException
 
toString() - Method in class org.minetti.astrodevice.server.core.object.comparator.CelestialLimitPointComparator
 
toString() - Method in class org.minetti.astrodevice.server.core.object.impl.NewCelestialLimitPoint
 
toString() - Method in class org.minetti.astrodevice.server.core.object.impl.NewDeviceSpecification
 
toString() - Method in class org.minetti.astrodevice.server.core.object.impl.NewObservingSite
 
toString() - Method in class org.minetti.astrodevice.server.core.plugin.DeviceRecognitionResult
 
toString() - Method in class org.minetti.astrodevice.server.core.plugin.impl.PluginsManagerImpl
 
toString() - Method in class org.minetti.astrodevice.server.core.process.PlatformProcess
 
toString() - Method in class org.minetti.astrodevice.server.core.process.SelectedObservingSiteProcess
 
toString() - Method in class org.minetti.astrodevice.server.core.ServerClassLoader
 

U

update(DeviceSpecification) - Method in interface org.minetti.astrodevice.server.core.dao.DeviceSpecificationDao
Updates the device specifications.
update(ObservingSite) - Method in interface org.minetti.astrodevice.server.core.dao.ObservingSiteDao
Updates an observing site.

V

valueOf(String) - Static method in enum org.minetti.astrodevice.server.core.type.CelestialLimitAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.minetti.astrodevice.server.core.type.CelestialLimitAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlServerConfiguration - Class in org.minetti.astrodevice.server.core.config.xml
Configuration extracted from src/main/config/server.xml (singleton).
XmlServerConfiguration.XmlClientCallbackConfiguration - Class in org.minetti.astrodevice.server.core.config.xml
Callback parameters used by the server for send handling to clients.
XmlServerConfiguration.XmlClientCallbackConfiguration(ClientCallback) - Constructor for class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration.XmlClientCallbackConfiguration
Constructor.
XmlServerConfiguration.XmlClientCallbacksConfiguration - Class in org.minetti.astrodevice.server.core.config.xml
Parameters of all callbacks used by the server for send handling to clients.
XmlServerConfiguration.XmlClientCallbacksConfiguration() - Constructor for class org.minetti.astrodevice.server.core.config.xml.XmlServerConfiguration.XmlClientCallbacksConfiguration
 

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

Copyright © 2012 astroDevice. All Rights Reserved.