Package com.amazonaws.xray.plugins
Class ElasticBeanstalkPlugin
- java.lang.Object
- 
- com.amazonaws.xray.plugins.ElasticBeanstalkPlugin
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringORIGIN
 - 
Constructor SummaryConstructors Constructor Description ElasticBeanstalkPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(@Nullable java.lang.Object o)Determine equality of plugins using origin to uniquely identify themjava.lang.StringgetOrigin()Returns the name of the origin associated with this plugin.java.util.Map<java.lang.String,@Nullable java.lang.Object>getRuntimeContext()java.lang.StringgetServiceName()inthashCode()Hash plugin object using origin to uniquely identify thembooleanisEnabled()voidpopulateRuntimeContext()- 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.amazonaws.xray.plugins.PlugingetLogReferences
 
- 
 
- 
- 
- 
Field Detail- 
ORIGINpublic static final java.lang.String ORIGIN - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getServiceNamepublic java.lang.String getServiceName() - Specified by:
- getServiceNamein interface- Plugin
 
 - 
isEnabledpublic boolean isEnabled() 
 - 
populateRuntimeContextpublic void populateRuntimeContext() 
 - 
getRuntimeContextpublic java.util.Map<java.lang.String,@Nullable java.lang.Object> getRuntimeContext() - Specified by:
- getRuntimeContextin interface- Plugin
 
 - 
getOriginpublic java.lang.String getOrigin() Description copied from interface:PluginReturns the name of the origin associated with this plugin. TheAWSXRayRecordercontains a prioritized list of origins from least to most specific.
 - 
equalspublic boolean equals(@Nullable java.lang.Object o) Determine equality of plugins using origin to uniquely identify them- Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() Hash plugin object using origin to uniquely identify them- Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-