|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleMessageContainer | |
---|---|
com.ibm.able | The com.ibm.able package provides core interfaces and base classes to construct local and remote AbleBeans and AbleAgents. |
com.ibm.able.platform | The com.ibm.able.platform package
provides a set of classes that allows a distributed platform
consisting of platform services and agents to be configured and
run across physical systems. |
Uses of AbleMessageContainer in com.ibm.able |
---|
Fields in com.ibm.able declared as AbleMessageContainer | |
protected AbleMessageContainer |
AbleException.myMessageContainer
Instead of a pre-resolved message text, an exception may contain a message container that carries enough information to resolve a message at a later time, thus enabling "late message binding". |
Methods in com.ibm.able that return AbleMessageContainer | |
AbleMessageContainer |
AbleException.getMessageContainer()
Gets the AbleMessageContainer in this exception. |
Constructors in com.ibm.able with parameters of type AbleMessageContainer | |
AbleException(AbleMessageContainer theMessageContainer,
java.lang.String theMessage)
Constructs a new exception with the specified locale-specific elements, which can be formatted into a localized message at a later time. |
|
AbleException(AbleMessageContainer theMessageContainer,
java.lang.String theMessage,
java.lang.Throwable theThrowable)
Constructs a new exception with the specified locale-specific elements, which can be formatted into a localized message at a later time. |
|
AbleMessageContainer(AbleMessageContainer theAbleMessageContainer)
Creates an AbleMessageContainer from another AbleMessageContainer. |
Uses of AbleMessageContainer in com.ibm.able.platform |
---|
Fields in com.ibm.able.platform declared as AbleMessageContainer | |
protected AbleMessageContainer |
AblePlatformDefaultAgent.agentSummary
The agent's last set summary text. |
Methods in com.ibm.able.platform that return AbleMessageContainer | |
AbleMessageContainer |
AblePlatformDefaultAgent.getAgentSummary()
|
AbleMessageContainer |
AblePlatformAgent.getAgentSummary()
Gets the agent's current summary text. |
static AbleMessageContainer |
AblePlatform.AutonomyLevel(int theAutonomyLevel)
Turns the specified autonomy level into a human readable form for error messages. |
Methods in com.ibm.able.platform with parameters of type AbleMessageContainer | |
void |
AblePlatformDefaultAgent.setAgentSummary(AbleMessageContainer theAgentSummary)
Sets the agent's current summary text. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |