|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectorFactoryException | |
---|---|
at.knowcenter.wag.egov.egiz.commandline | |
at.knowcenter.wag.egov.egiz.sig | |
at.knowcenter.wag.egov.egiz.web |
Uses of ConnectorFactoryException in at.knowcenter.wag.egov.egiz.commandline |
---|
Methods in at.knowcenter.wag.egov.egiz.commandline that throw ConnectorFactoryException | |
---|---|
protected static boolean |
Main.checkConnector(String connector)
Checks the value for correctness. |
Uses of ConnectorFactoryException in at.knowcenter.wag.egov.egiz.sig |
---|
Methods in at.knowcenter.wag.egov.egiz.sig that throw ConnectorFactoryException | |
---|---|
static Connector |
ConnectorFactory.createConnector(String connector_identifier)
Creates a new connector given by the connector_identifier. |
protected static boolean |
ConnectorFactory.getAvailabilityUsingDefault(String connector_identifier,
String availability_key,
boolean default_value)
Retrieves the availability of the connector from the flags specified in the config file. |
protected static Class |
ConnectorFactory.getConnectorClass(String connector_identifier)
Retrieves the connector Class belonging to the connector id. |
static ConnectorInformation[] |
ConnectorFactory.getConnectorInformationArray()
Gathers the ConnectorInformation objects of all registered connectors. |
static boolean |
ConnectorFactory.isAvailableForCommandline(String connector_identifier)
Tells, if the connector is available for being used in the Commandline (synchron) environment. |
static boolean |
ConnectorFactory.isAvailableForWeb(String connector_identifier)
Tells, if the Connector is available for being used in a Web (asynchron, local) environment. |
static boolean |
ConnectorFactory.isConnectorLocal(String connector_identifier)
Tells, if the given connector is local. |
static boolean |
ConnectorFactory.isValidConnectorIdentifier(String connector_identifier)
Tells, if the given connector identifier is valid. |
Uses of ConnectorFactoryException in at.knowcenter.wag.egov.egiz.web |
---|
Methods in at.knowcenter.wag.egov.egiz.web that throw ConnectorFactoryException | |
---|---|
static String |
FormFields.generateConnectorSelectBox()
Generates the HTML snippet of a FIELD_CONNECTOR select box that allows to choose a connector. |
static void |
LocalRequestHelper.processLocalVerify(SessionInformation si,
List holders_to_verify,
HttpServletRequest request,
HttpServletResponse response)
Sets up the local verify procedure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |