Package de.mid.innovator.m2msdk.util
Class RegisterClass
java.lang.Object
de.mid.innovator.m2msdk.util.RegisterClass
- All Implemented Interfaces:
RegisterIF,Serializable
- Direct Known Subclasses:
RegisterClassApplicationInnovator,RegisterClassApplicationJavaBeans,RegisterClassInnovator,RegisterClassJavaBeans,RegisterClassText
Register delivered all classes except application and user interface and
define options. The register classes for new meta models should extend this
class. Customer classes should not extend this class.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(SessionInterface session) Register the classes for this session and set the new options.voidregister(SessionInterface session, Class<?> iKey, Class<?> iValue)
-
Constructor Details
-
RegisterClass
public RegisterClass()
-
-
Method Details
-
execute
Description copied from interface:RegisterIFRegister the classes for this session and set the new options.- Specified by:
executein interfaceRegisterIF- Parameters:
session- current session- Throws:
M2MExceptionRemoteException
-
register
public void register(SessionInterface session, Class<?> iKey, Class<?> iValue) throws RemoteException, AbortException - Throws:
RemoteExceptionAbortException
-