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
FieldsModifier and TypeFieldDescriptionstatic final StringEvent key.static final StringNotification message subject.Fields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.access._AdHocControlled
ENTRY_SETFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
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
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
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:
-