public interface MComponent
MApp
application manager. All implementors of this
interface have a name and a method that accesses that name.
MBaseComponent
implements this interface and serves as a superclass for
all classes that inherit MComponent
methods.Modifier and Type | Method and Description |
---|---|
void |
activate()
Deprecated.
as of TIBCO Adapter SDK 5.0.0.
|
void |
deactivate()
Deprecated.
as of TIBCO Adapter SDK 5.0.0.
|
java.lang.String |
getName()
Return the name of this component.
|
java.lang.String |
getStatus()
Deprecated.
as of TIBCO Adapter SDK 5.0.0.
|
boolean |
isActivated()
Deprecated.
as of TIBCO Adapter SDK 5.0.0.
|
void |
remove()
Deprecated.
as of TIBCO Adapter SDK 5.0.0.
|
java.lang.String getName()
java.lang.String getStatus()
void activate() throws MException
MException
void deactivate() throws MException
MException
boolean isActivated()
void remove()