Uses of Class
org.compiere.server.ServerInstance
-
Packages that use ServerInstance Package Description org.compiere.server org.idempiere.server.cluster org.idempiere.server.cluster.callable -
-
Uses of ServerInstance in org.compiere.server
Methods in org.compiere.server that return ServerInstance Modifier and Type Method Description ServerInstance
AdempiereServerMgr. getServerInstance(String serverID)
Get Server with IDServerInstance
IServerManager. getServerInstance(String serverId)
Get server instance by idServerInstance[]
AdempiereServerMgr. getServerInstances()
ServerInstance[]
IServerManager. getServerInstances()
-
Uses of ServerInstance in org.idempiere.server.cluster
Methods in org.idempiere.server.cluster that return ServerInstance Modifier and Type Method Description ServerInstance
ClusterServerMgr. getServerInstance(String serverId)
ServerInstance[]
ClusterServerMgr. getServerInstances()
-
Uses of ServerInstance in org.idempiere.server.cluster.callable
Methods in org.idempiere.server.cluster.callable that return ServerInstance Modifier and Type Method Description ServerInstance[]
GetAllCallable. call()
ServerInstance
GetServerCallable. call()
-