com.fatwire.gst.foundation.facade.install
Class AssetListenerInstall
java.lang.Object
com.fatwire.gst.foundation.facade.install.AssetListenerInstall
public class AssetListenerInstall
- extends Object
Helper for registring AssetEventListener in the database.
- Since:
- May 23, 2011
- Author:
- Dolf.Dijkstra
Method Summary |
static boolean |
isRegistered(COM.FutureTense.Interfaces.ICS ics,
String classname)
|
static void |
register(COM.FutureTense.Interfaces.ICS ics,
String classname,
boolean blocking)
Regsisters the AssetEventListener in the AssetListener table |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REGISTRY_TABLE
public static final String REGISTRY_TABLE
- See Also:
- Constant Field Values
AssetListenerInstall
public AssetListenerInstall()
register
public static void register(COM.FutureTense.Interfaces.ICS ics,
String classname,
boolean blocking)
- Regsisters the AssetEventListener in the AssetListener table
- Parameters:
ics
- classname
- blocking
-
isRegistered
public static boolean isRegistered(COM.FutureTense.Interfaces.ICS ics,
String classname)
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.