com.ptc.core.ca.co.client.frame
Class CoFrameCloseInstruction

java.lang.Object
  extended by com.ptc.core.ca.co.client.frame.CoFrameCloseInstruction
All Implemented Interfaces:
CoInstruction, CoFrameInstruction, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoFrameCloseInstruction
extends Object
implements CoFrameInstruction, Externalizable

Instructs the framework to close the frame.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.frame.CoFrameInstruction
OPENER_FRAME_ADDRESS
 
Fields inherited from interface com.ptc.core.ca.co.client.event.CoInstruction
PARAMS, RECEIVER_ADDRESS, SENDER_ADDRESS
 
Method Summary
 HashMap getParams()
          Deprecated. Gets the value of the attribute: params; the map of parameters.
 String getReceiverAddress()
          Deprecated. Gets the value of the attribute: receiverAddress; the external form of the full address of the receiver element.
 String getSenderAddress()
          Deprecated. Gets the value of the attribute: senderAddress; the external form of the full address of the sender element.
 void setParams(HashMap a_Params)
          Deprecated. Sets the value of the attribute: params; the map of parameters.
 void setReceiverAddress(String a_ReceiverAddress)
          Deprecated. Sets the value of the attribute: receiverAddress; the external form of the full address of the receiver element.
 void setSenderAddress(String a_SenderAddress)
          Deprecated. Sets the value of the attribute: senderAddress; the external form of the full address of the sender element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSenderAddress

public String getSenderAddress()
Deprecated. 
Gets the value of the attribute: senderAddress; the external form of the full address of the sender element.

Supported API: true

Specified by:
getSenderAddress in interface CoInstruction
Returns:
String

setSenderAddress

public void setSenderAddress(String a_SenderAddress)
Deprecated. 
Sets the value of the attribute: senderAddress; the external form of the full address of the sender element.

Supported API: true

Specified by:
setSenderAddress in interface CoInstruction
Parameters:
a_SenderAddress -

getReceiverAddress

public String getReceiverAddress()
Deprecated. 
Gets the value of the attribute: receiverAddress; the external form of the full address of the receiver element. Currently the address of the frame can be specified. However, the address is not equal to the address of the current frame, the opener window is assumed to be a receiver of the instructions.

Supported API: true

Specified by:
getReceiverAddress in interface CoInstruction
Returns:
String

setReceiverAddress

public void setReceiverAddress(String a_ReceiverAddress)
Deprecated. 
Sets the value of the attribute: receiverAddress; the external form of the full address of the receiver element. Currently the address of the frame can be specified. However, the address is not equal to the address of the current frame, the opener window is assumed to be a receiver of the instructions.

Supported API: true

Specified by:
setReceiverAddress in interface CoInstruction
Parameters:
a_ReceiverAddress -

getParams

public HashMap getParams()
Deprecated. 
Gets the value of the attribute: params; the map of parameters. No elements, addresses, or other framework related objects are allowed to be placed in a map. The purpose of this restriction is to allow thread safe storage of instructions not intoducing additional memory consumption. Place strings containing external form of addresses in a map to inform about some elements.

Supported API: true

Specified by:
getParams in interface CoInstruction
Returns:
HashMap

setParams

public void setParams(HashMap a_Params)
Deprecated. 
Sets the value of the attribute: params; the map of parameters. No elements, addresses, or other framework related objects are allowed to be placed in a map. The purpose of this restriction is to allow thread safe storage of instructions not intoducing additional memory consumption. Place strings containing external form of addresses in a map to inform about some elements.

Supported API: true

Specified by:
setParams in interface CoInstruction
Parameters:
a_Params -