Uses of Annotation Interface
org.tentackle.reflect.CanonicalConstructor
Packages that use CanonicalConstructor
Package
Description
Low-level persistence layer implementation.
Miscellaneous stuff.
Everything that doesn't fit elsewhere.
Everything that doesn't fit elsewhere.
The low-level core of sessions, persistent objects and operations.
The Tentackle Remote Invocation Protocol (TRIP).
Validation API.
-
Uses of CanonicalConstructor in org.tentackle.dbms
Constructors in org.tentackle.dbms with annotations of type CanonicalConstructorModifierConstructorDescriptionRemoteTransaction(long txVoucher, String txName, long txNumber, int txLevel) Creates a remote transaction status. -
Uses of CanonicalConstructor in org.tentackle.misc
Constructors in org.tentackle.misc with annotations of type CanonicalConstructorModifierConstructorDescriptionIdSerialNameTuple(long id, long serial, String name) Creates an immutable id, serial tuple.IdSerialTuple(long id, long serial) Creates an immutable id, serial tuple. -
Uses of CanonicalConstructor in org.tentackle.session
Constructors in org.tentackle.session with annotations of type CanonicalConstructorModifierConstructorDescriptionAlreadyLoggedInException(SessionInfo loginInfo) Creates anAlreadyLoggedInException. -
Uses of CanonicalConstructor in org.tentackle.trip
Constructors in org.tentackle.trip with annotations of type CanonicalConstructorModifierConstructorDescriptionTripInstantiationException(Class<?> clazz, String message, Throwable cause) Constructs a new trip instantiation exception.TripNoSuchDelegateException(String message, UUID delegateId) Constructs a new trip exception.TripRuntimeException(String message, Throwable cause) Constructs a new trip runtime exception.TripStreamClosedException(String message, Throwable cause) Constructs a new trip stream closed exception. -
Uses of CanonicalConstructor in org.tentackle.validate
Constructors in org.tentackle.validate with annotations of type CanonicalConstructorModifierConstructorDescriptionValidationFailedException(String message, List<ValidationResult> results) Creates a validation exception.