|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface holds an attributes pipeDesc: PipeActionDesc, to specify
the what actions should be taken at the remote site. Normally for the
remote site, if Windchill is installed, the attribute "pipeDesc" is null
by default, and all actions is set by Windchill as default (refer to
the API in wt.wrmf.transport.httptransport, say). However, if Windchill
is not installed on remote side, this attribute specifies the class name,
method name, etc, for how to set up and handle http connections.
Supported API: false
Extendable: false
Field Summary | |
static String |
PIPE_DESC
Label for the attribute. |
Method Summary | |
MethodInvocationDesc |
getPipeDesc()
Gets the object for the association that plays role: PIPE_DESC. |
void |
setPipeDesc(MethodInvocationDesc a_PipeDesc)
Sets the object for the association that plays role: PIPE_DESC. |
Field Detail |
public static final String PIPE_DESC
Method Detail |
public MethodInvocationDesc getPipeDesc()
public void setPipeDesc(MethodInvocationDesc a_PipeDesc) throws WTPropertyVetoException
a_PipeDesc
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |