public class Context extends Object
Constructor and Description |
---|
Context() |
Modifier and Type | Method and Description |
---|---|
File |
getArchiveFile() |
URL |
getArchiveUrl() |
javax.jbi.component.ComponentContext |
getComponentContext() |
String |
getComponentResult() |
org.ow2.petals.systemstate.generated.Component |
getComponentStateHolder() |
org.ow2.petals.jbi.descriptor.original.generated.Jbi |
getDescriptor() |
String |
getEntityName() |
String |
getEntityVersion() |
ObjectName |
getInstallerObjectName() |
File |
getInstallFile() |
ServiceAssemblyLifeCycle |
getSaLifeCycle() |
org.ow2.petals.systemstate.generated.ServiceAssembly |
getServiceAssemblyStateHolder() |
org.ow2.petals.systemstate.generated.SharedLibrary |
getSharedLibraryStateHolder() |
org.ow2.petals.jbi.descriptor.original.generated.ServiceUnit |
getSuDescriptorInSa() |
File |
getSuInstallFile() |
Map<String,File> |
getSuInstallFiles() |
List<TaskProcessor> |
getSuTaskProcessors() |
File |
getUnzipRoot() |
XMLResult |
getXmlResult() |
void |
setArchiveFile(File archiveFile) |
void |
setArchiveUrl(URL archiveUrl) |
void |
setComponentContext(javax.jbi.component.ComponentContext componentContext) |
void |
setComponentResult(String componentResult) |
void |
setComponentStateHolder(org.ow2.petals.systemstate.generated.Component componentStateHolder) |
void |
setDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi descriptor) |
void |
setEntityName(String entityName) |
void |
setEntityVersion(String entityVersion) |
void |
setInstallerObjectName(ObjectName installerObjectName) |
void |
setInstallFile(File installFile) |
void |
setSaLifeCycle(ServiceAssemblyLifeCycle saLifeCycle) |
org.ow2.petals.systemstate.generated.ServiceAssembly |
setServiceAssemblyStateHolder(org.ow2.petals.systemstate.generated.ServiceAssembly serviceAssemblyStateHolder) |
void |
setSharedLibraryStateHolder(org.ow2.petals.systemstate.generated.SharedLibrary sharedLibraryStateHolder) |
void |
setSuDescriptorInSa(org.ow2.petals.jbi.descriptor.original.generated.ServiceUnit suDescriptorInSa) |
void |
setSuInstallFile(File suInstallFile) |
void |
setSuInstallFiles(Map<String,File> suInstallFiles) |
void |
setSuTaskProcessors(List<TaskProcessor> suTaskProcessors) |
void |
setUnzipRoot(File unzipRoot) |
void |
setXmlResult(XMLResult xmlResult) |
public URL getArchiveUrl()
public File getArchiveFile()
public void setArchiveUrl(URL archiveUrl)
public void setArchiveFile(File archiveFile)
public org.ow2.petals.jbi.descriptor.original.generated.Jbi getDescriptor()
public void setDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi descriptor)
public File getInstallFile()
public void setInstallFile(File installFile)
public String getEntityName()
public void setEntityName(String entityName)
public void setEntityVersion(String entityVersion)
public String getEntityVersion()
public File getUnzipRoot()
public void setUnzipRoot(File unzipRoot)
public ObjectName getInstallerObjectName()
public void setInstallerObjectName(ObjectName installerObjectName)
public XMLResult getXmlResult()
public void setXmlResult(XMLResult xmlResult)
public org.ow2.petals.systemstate.generated.Component getComponentStateHolder()
public void setComponentStateHolder(org.ow2.petals.systemstate.generated.Component componentStateHolder)
public org.ow2.petals.systemstate.generated.SharedLibrary getSharedLibraryStateHolder()
public void setSharedLibraryStateHolder(org.ow2.petals.systemstate.generated.SharedLibrary sharedLibraryStateHolder)
public org.ow2.petals.systemstate.generated.ServiceAssembly getServiceAssemblyStateHolder()
public org.ow2.petals.systemstate.generated.ServiceAssembly setServiceAssemblyStateHolder(org.ow2.petals.systemstate.generated.ServiceAssembly serviceAssemblyStateHolder)
public File getSuInstallFile()
public void setSuInstallFile(File suInstallFile)
public org.ow2.petals.jbi.descriptor.original.generated.ServiceUnit getSuDescriptorInSa()
public void setSuDescriptorInSa(org.ow2.petals.jbi.descriptor.original.generated.ServiceUnit suDescriptorInSa)
public ServiceAssemblyLifeCycle getSaLifeCycle()
public void setSaLifeCycle(ServiceAssemblyLifeCycle saLifeCycle)
public List<TaskProcessor> getSuTaskProcessors()
public void setSuTaskProcessors(List<TaskProcessor> suTaskProcessors)
public String getComponentResult()
public void setComponentResult(String componentResult)
public javax.jbi.component.ComponentContext getComponentContext()
public void setComponentContext(javax.jbi.component.ComponentContext componentContext)
Copyright © 2005-2016 Linagora. All Rights Reserved.