Class UserSourceProfileKernelImpl
java.lang.Object
com.inductiveautomation.ignition.gateway.user.UserSourceProfileKernelImpl
- All Implemented Interfaces:
- UserSourceProfileKernel
- 
Constructor SummaryConstructorsConstructorDescriptionUserSourceProfileKernelImpl(GatewayContext context, long profileId, String profileName, long cacheTimeout) 
- 
Method SummaryModifier and TypeMethodDescriptionlonglongvoidshutdown()Called either when the user source has been edited and so it is being restarted, or when the gateway is shutting down.voidstartup(UserSourceManager manager) Called when the user source is created before it is used.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.user.UserSourceProfileKernelisLockedOut, notifyFailedAttempt
- 
Constructor Details- 
UserSourceProfileKernelImplpublic UserSourceProfileKernelImpl(GatewayContext context, long profileId, String profileName, long cacheTimeout) 
 
- 
- 
Method Details- 
getContext- Specified by:
- getContextin interface- UserSourceProfileKernel
- Returns:
- the GatewayContextin which thisUserSourceProfileKernelis running
 
- 
getManager- Specified by:
- getManagerin interface- UserSourceProfileKernel
- Returns:
- the UserSourceManagerrunning in this context
 
- 
getProfileIdpublic long getProfileId()- Specified by:
- getProfileIdin interface- UserSourceProfileKernel
- Returns:
- the ID of this user source profile
 
- 
getProfileName- Specified by:
- getProfileNamein interface- UserSourceProfileKernel
- Returns:
- the name of this user source profile
 
- 
getCacheValidationTimeoutpublic long getCacheValidationTimeout()- Specified by:
- getCacheValidationTimeoutin interface- UserSourceProfileKernel
- Returns:
- the cache update time-out option
 
- 
startupDescription copied from interface:UserSourceProfileKernelCalled when the user source is created before it is used.- Specified by:
- startupin interface- UserSourceProfileKernel
 
- 
shutdownpublic void shutdown()Description copied from interface:UserSourceProfileKernelCalled either when the user source has been edited and so it is being restarted, or when the gateway is shutting down.- Specified by:
- shutdownin interface- UserSourceProfileKernel
 
 
-