Class: com.sybase.djc.client.ApplicationClient (Application Client) EAServer 6.3 Help
Description An application client is a Java client application that runs in a container-managed JNDI naming environment. An application client is started using the run-appclient command-line tool.
Configuration See Set Properties Task.
Properties clientType, description, ejbProvider, jmsProvider, mainClass
Files Repository/Instance/com/sybase/djc/client/ApplicationClient/*.properties

Property: clientType (Client Type)
Description If using a named EjbProvider or JmsProvider, specifies which type of Application Client this is.
Default Value default
Legal Values default, ejb, jms

Property: description (Description)
Description A description of the Application Client.

Property: ejbProvider (EJB Provider)
Description Name of EjbProvider which the Application Client will use for EJB calls.
Only Used If Property clientType has the value "ejb".
Default Value default

Property: jmsProvider (JMS Provider)
Description Name of JmsProvider which the Application Client will use for JMS calls.
Only Used If Property clientType has the value "jms".
Default Value default

Property: mainClass (Main Class)
Description The name of main class to run when the Application Client is executed.