Perforce JViews TGO Sample: Network Component - Links
Description
This sample shows how to use link sets and link bundles. Additionally, it shows links with BiSONET states and technology information.
How to Use the Sample
How to Run the Sample as an Application
This sample can
be run as an application.
The installation directory contains
an executable JAR file,
network-links.jar
,
that allows you to execute the sample with a double click from a
file browser. Note that if you are using Internet Explorer, you can
open the installation directory
and execute the JAR file from the browser. This
technique may not work in other Web browsers.
Alternatively, you
can run the sample application from the command line.
First check that the Ant utility is properly configured. If not, see the
instructions on how to configure Ant for Perforce JViews.
Then, go to the installation directory
of the sample and type:
ant run
Topics Covered
- Basic initialization
See thenetwork/basic
sample for details. - Using ilog.tgo.model.IltLinkSet.
- Using ilog.tgo.model.IltLinkBundle.
- Using ilog.tgo.model.IltBiSONETObjectState.
- Displaying link technology information.
Detailed Description
This sample demonstrates how to use:
- Link Sets
- Link Bundles
- BiSonet states
The sample also illustrates how you can display link technology information and toggle from a state view to a technology view using cascading style sheets.
Installation Directory
The Network Component - Links sample is installed here.
Classes Involved
-
ilog.tgo.IltSystem
The class that initializes a JViews TGO application.
-
ilog.tgo.datasource.IltDefaultDataSource
The default datasource implementation.
-
ilog.cpl.IlpNetwork
The network component.
-
ilog.tgo.model.IltLink
The link business object.
-
ilog.tgo.model.IltLinkSet
The link set business object.
-
ilog.tgo.model.IltLinkBundle
The link bundle business object.
-
ilog.tgo.model.IltBiSONETObjectState
The bidirectional SONET states.
Source Files
-
links.Main
The entry point of the sample.