Oracle Corporation

com.bea.wlcp.wlng.plugin
Class PluginServiceInfo

java.lang.Object
  extended bycom.bea.wlcp.wlng.plugin.PluginServiceInfo
All Implemented Interfaces:
Serializable

public final class PluginServiceInfo
extends Object
implements Serializable

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation. All Rights Reserved.

Field Summary
 String[] instances
           
 String networkProtocol
           
 String[] schemes
           
 String serviceType
           
 
Constructor Summary
PluginServiceInfo()
           
PluginServiceInfo(String serviceType, String networkProtocol, String[] schemes, String[] instances)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instances

public String[] instances

networkProtocol

public String networkProtocol

schemes

public String[] schemes

serviceType

public String serviceType
Constructor Detail

PluginServiceInfo

public PluginServiceInfo()

PluginServiceInfo

public PluginServiceInfo(String serviceType,
                         String networkProtocol,
                         String[] schemes,
                         String[] instances)
Method Detail

toString

public String toString()

Oracle Corporation