Package overit.geocall.platform
Class Platform
java.lang.Object
overit.geocall.platform.Platform
- Direct Known Subclasses:
Geocall
Class that contains the interfaces used by the auto-discovery engine to register the business entities.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfacestatic @interfaceAnnotation interface that can be used to set up a dataset.static @interfaceInterface used to tag theBusinessTaskto start when the event, specified by thePlatform.Event.value()class, will be launchedstatic @interfaceInterface used to tag thePipeRequestHandlerto start when the pipe request, specified by thePlatform.Pipe.room()value, will be launched.static @interfacestatic @interfacestatic @interfaceAnnotation used to mark a class as a substitute of another, A substitute is a resource that is resolved by the factory as a direct customization of an original resource The class name of the substitute MUST be the same of the substituted one. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Platform
public Platform()
-