public class TeamSourceContextImpl extends SourceContextImpl implements TeamSourceContext
TeamSourceContext
implementation.Constructor and Description |
---|
TeamSourceContextImpl(boolean isLoadingType,
String teamName,
TeamIdentifier teamIdentifier,
SourceProperties properties,
SourceContext sourceContext)
Initialise.
|
Modifier and Type | Method and Description |
---|---|
TeamIdentifier |
getTeamIdentifier()
|
String |
getTeamName()
Obtains the name of the
Team to be created from the
TeamSource . |
ProcessContextListener[] |
lockAndGetProcessContextListeners()
Locks from adding further
ProcessContextListener instances and
returns the listing of the registered ProcessContextListener
instances. |
void |
registerProcessContextListener(ProcessContextListener processContextListener)
Registers a
ProcessContextListener . |
getClassLoader, getOptionalResource, getResource, isLoadingType, loadClass, loadOptionalClass
addProperty, getProperties, getProperty, getProperty, getPropertyNames
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassLoader, getOptionalResource, getResource, isLoadingType, loadClass, loadOptionalClass
getProperties, getProperty, getProperty, getPropertyNames
public TeamSourceContextImpl(boolean isLoadingType, String teamName, TeamIdentifier teamIdentifier, SourceProperties properties, SourceContext sourceContext)
isLoadingType
- Indicates if loading type.teamName
- Name of the Team
to be created from the
TeamSource
.teamIdentifier
- TeamIdentifier
of the Team
to be created from
the TeamSource
.properties
- SourceProperties
to initialise the TeamSource
.sourceContext
- SourceContext
.public ProcessContextListener[] lockAndGetProcessContextListeners()
ProcessContextListener
instances and
returns the listing of the registered ProcessContextListener
instances.ProcessContextListener
instances.public String getTeamName()
TeamSourceContext
Team
to be created from the
TeamSource
.getTeamName
in interface TeamSourceContext
Team
to be created from the
TeamSource
.public TeamIdentifier getTeamIdentifier()
TeamSourceContext
getTeamIdentifier
in interface TeamSourceContext
TeamIdentifier
for the Team
to be created from
the TeamSource
.public void registerProcessContextListener(ProcessContextListener processContextListener)
TeamSourceContext
ProcessContextListener
.registerProcessContextListener
in interface TeamSourceContext
processContextListener
- ProcessContextListener
.Copyright © 2005–2016. All rights reserved.