org.terracotta.management.notification
Class ContextualNotification

java.lang.Object
  extended by org.terracotta.management.notification.ContextualNotification
All Implemented Interfaces:
Serializable

public final class ContextualNotification
extends Object
implements Serializable

Author:
Mathieu Carbou
See Also:
Serialized Form

Constructor Summary
ContextualNotification(Context context, String type)
           
ContextualNotification(Context context, String type, Map<String,String> attributes)
           
 
Method Summary
 Map<String,String> getAttributes()
           
 Context getContext()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextualNotification

public ContextualNotification(Context context,
                              String type,
                              Map<String,String> attributes)

ContextualNotification

public ContextualNotification(Context context,
                              String type)
Method Detail

getContext

public Context getContext()

getAttributes

public Map<String,String> getAttributes()

getType

public String getType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016. All Rights Reserved.