Java Command Processing
Java Command Processing Table of Contents 1. Basics The processing of commands plays a vital role in PAK. It’s required for defining commands. This chapter will offer an quick overview on how to define commands, using the two notation-styles in PAK. 1. Basics There are two ways to define commands. One on class– and the […]
@Run
Java Command Annotations – @Run Table of Contents 1. Basics 2. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Run annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Run annotation marks the […]
@Service
Java Command Annotations – @Service Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Service annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Service annotation […]
@PostConstruct
Java Command Annotations – @PostConstruct Table of Contents 1. Basics 2. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @PostConstruct annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @PostConstruct annotation marks a […]
@PreDestroy
Java Command Annotations – @PreDestroy Table of Contents 1. Basics 2. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @PreDestroy annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @PreDestroy annotation marks a […]
@Range
Java Command Annotations – @Range Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Range annotation. It also gives two examples how you can use this annotation in your implementation. 1. Basics The @Range annotation restricts […]
@Pattern
Java Command Annotations – @Pattern Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Pattern annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Pattern annotation […]
@Persistent
Java Command Annotations – @Persistent Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Persistent annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Persistent annotation […]
@JavaCommandService
Java Command Annotations – @JavaCommandService Table of Contents 1. Basics 2. Usage 2.1. Processing of All Methods within the Class 2.2. Processing of Certain Methods within the Class Java command annotations are used for developing Java commands in PAK. This chapter describes the functionality of the @JavaCommandService annotation. It also gives an example of how […]
@LiteService
This HowTo introduces the @LiteService-annotation and explains how to use it correctly