Package wt.notify
Class _ObjectSubscription
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.notify._ObjectSubscription
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.ownership._Ownable,wt.ownership.Ownable
- Direct Known Subclasses:
ObjectSubscription
public abstract class _ObjectSubscription
extends WTObject
implements DomainAdministered, wt.ownership.Ownable, AdHocControlled, Externalizable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionEvent key.Notification message subject.voidsetEventKey(String eventKey) Event key.voidsetSubject(String subject) Notification message subject.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
EVENT_KEY
Event key.Supported API: true
- See Also:
-
SUBJECT
Notification message subject.Supported API: true
- See Also:
-
-
Method Details
-
getEventKey
Event key.Supported API: true
- See Also:
-
setEventKey
Event key.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getSubject
Notification message subject.Supported API: true
- See Also:
-
setSubject
Notification message subject.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-