|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Conversation | |
---|---|
com.bmc.mainview.nvbapi | Provides access to MAINVIEW views over a network. |
Uses of Conversation in com.bmc.mainview.nvbapi |
---|
Subclasses of Conversation in com.bmc.mainview.nvbapi | |
---|---|
class |
LiveConv
A conversation with a host server. |
Methods in com.bmc.mainview.nvbapi that return Conversation | |
---|---|
Conversation |
Simulator.conversationFactory()
|
Conversation |
LiveServer.conversationFactory()
Creates a new conversation using this host session |
abstract Conversation |
HostServer.conversationFactory()
Creates a new conversation using this host session |
Conversation |
Simulator.conversationFactory(java.lang.String monitorId)
|
Conversation |
LiveServer.conversationFactory(java.lang.String monitorID)
|
abstract Conversation |
HostServer.conversationFactory(java.lang.String monitorID)
Creates a new conversation using this host session |
Conversation |
View.getConversation()
The conversation being used by this View |
Methods in com.bmc.mainview.nvbapi with parameters of type Conversation | |
---|---|
java.util.Vector<ServicePoint> |
HostServer.loadTargets(Conversation conv)
A utility method that retrieves the PLEXMGR view and lists the available MVI-3 targets |
java.util.Vector<ServicePoint> |
HostServer.loadTargets(Conversation conv,
java.lang.String product)
A utility method that retrieves the PLEXMGR view and lists the available MVI-3 targets |
Constructors in com.bmc.mainview.nvbapi with parameters of type Conversation | |
---|---|
ConversationEvent(Conversation source)
|
|
ConversationRawInEvent(Conversation conv,
java.lang.String resp,
java.lang.StringBuffer request)
|
|
ConversationRawOutEvent(Conversation conv,
java.lang.StringBuffer request)
|
|
ConversationXMLInEvent(Conversation source,
XML xml,
XML request)
Standard constructor |
|
ConversationXMLOutEvent(Conversation source,
XML xml)
Standard constructor |
|
DetailView(java.lang.String name,
Conversation conversation,
boolean returnAll,
java.lang.String where)
Deprecated. Creates an object containing the data from a MAINVIEW tabular view |
|
DetailView(java.lang.String name,
Conversation conversation,
boolean returnAll,
java.lang.String where,
ViewListener exit)
Deprecated. Creates an object containing the data from a MAINVIEW tabular view |
|
DetailView(ViewDefinition def,
Conversation conversation,
boolean returnAll,
java.lang.String where)
Deprecated. Creates an object containing the data from a MAINVIEW tabular view |
|
TabularView(java.lang.String name,
Conversation conversation,
boolean returnAll,
java.lang.String where)
Creates an object containing the data from a MAINVIEW tabular view |
|
TabularView(java.lang.String name,
Conversation conversation,
boolean returnAll,
java.lang.String where,
ViewListener exit)
Creates an object containing the data from a MAINVIEW tabular view |
|
TabularView(ViewDefinition def,
Conversation conversation)
Creates an object containing the data from a MAINVIEW tabular view |
|
TabularView(ViewDefinition def,
Conversation conversation,
boolean returnAll)
Creates an object containing the data from a MAINVIEW tabular view |
|
TabularView(ViewDefinition def,
Conversation conversation,
boolean returnAll,
java.lang.String where)
Creates an object containing the data from a MAINVIEW tabular view |
|
TabularView(ViewDefinition def,
Conversation conversation,
boolean returnAll,
java.lang.String where,
ViewListener exit)
Creates an object containing the data from a MAINVIEW tabular view |
|
TabularView(ViewDefinition def,
Conversation conversation,
boolean returnAll,
ViewListener exit)
Creates an object containing the data from a MAINVIEW tabular view |
|
View(java.lang.String vname,
Conversation conversation,
java.lang.String where,
ViewListener exit)
Creates an object containing the data from a MAINVIEW view |
|
View(ViewDefinition vdef,
Conversation conversation,
java.lang.String where,
ViewListener exit)
Creates an object containing the data from a MAINVIEW view |
|
View(ViewDefinition vdef,
Conversation conversation,
ViewListener exit)
Creates an object containing the data from a MAINVIEW view |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |