MCPcopy Create free account
hub / github.com/OpenAS2/OpenAs2App / getName

Method getName

Server/src/main/java/org/openas2/Component.java:26–26  ·  view source on GitHub ↗

Returns a name for the component. These names are not guaranteed to be unique, and are intended for display and logging. Generally this is the class name of the Component object, without package information. @return name of the component

()

Source from the content-addressed store, hash-verified

24 * @return name of the component
25 */
26 String getName();
27
28 /**
29 * Returns the parameters used to initialize this Component, and can also be used

Callers 15

startMethod · 0.65
getPollingModuleMethod · 0.65
setUpMethod · 0.65
sendMessageMethod · 0.65
verifyMessageDeliveryMethod · 0.65
shouldBeParallelModeMethod · 0.65
start_A_ServerMethod · 0.65
setUpMethod · 0.65
setupMethod · 0.65
setUpMethod · 0.65
filePollingFiltersMethod · 0.65
usageMethod · 0.65

Implementers 2

BaseComponentServer/src/main/java/org/openas2/BaseC
BaseCommandProcessorServer/src/main/java/org/openas2/cmd/p

Calls

no outgoing calls

Tested by 10

getPollingModuleMethod · 0.52
setUpMethod · 0.52
sendMessageMethod · 0.52
verifyMessageDeliveryMethod · 0.52
shouldBeParallelModeMethod · 0.52
start_A_ServerMethod · 0.52
setUpMethod · 0.52
setupMethod · 0.52
setUpMethod · 0.52
filePollingFiltersMethod · 0.52