|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.element.NetworkElementFactory
@Transactional(readOnly=true) public class NetworkElementFactory
The source for all network element business objects (nodes, interfaces, services). Encapsulates all lookup functionality for the network element business objects in one place. To use this factory to lookup network elements, you must first initialize the Vault with the database connection manager * and JDBC URL it will use. Call the init method to initialize the factory. After that, you can call any lookup methods.
| Nested Class Summary | |
|---|---|
static class |
NetworkElementFactory.InterfaceComparator
|
| Field Summary | |
|---|---|
protected Map<Integer,String> |
serviceId2NameMap
A mapping of service identifiers (integers) to service names (strings). |
protected Map<String,Integer> |
serviceName2IdMap
A mapping of service names (strings) to service identifiers (integers). |
| Constructor Summary | |
|---|---|
NetworkElementFactory()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
protected static void |
augmentInterfacesWithSnmpData(Interface[] intfs,
Connection conn)
augmentInterfacesWithSnmpData |
protected void |
createServiceIdNameMaps()
|
Interface[] |
getActiveInterfacesOnNode(int nodeId)
getActiveInterfacesOnNode |
Interface[] |
getAllInterfaces()
getAllInterfaces |
Interface[] |
getAllInterfaces(boolean includeSnmp)
|
Interface[] |
getAllInterfacesOnNode(int nodeId)
getAllInterfacesOnNode |
Interface[] |
getAllManagedIpInterfaces(boolean includeSNMP)
getAllManagedIpInterfaces |
List<OnmsNode> |
getAllNodes()
Returns all non-deleted nodes. |
List<OnmsNode> |
getAllNodes(int serviceId)
getAllNodes |
Service[] |
getAllServices()
getAllServices |
Interface[] |
getAllSnmpInterfacesOnNode(int nodeId)
Returns all SNMP interfaces on a node |
AtInterface |
getAtInterface(int nodeId,
String ipAddr)
|
AtInterface |
getAtInterface(int nodeID,
String ipaddr,
javax.servlet.ServletContext servletContext)
getAtInterface |
AtInterface |
getAtInterfaceForOnmsNode(OnmsNode onmsNode,
String ipAddr)
|
List<LinkInterface> |
getDataLinksOnInterface(int id)
getDataLinksOnInterface |
List<LinkInterface> |
getDataLinksOnInterface(int nodeId,
int ifIndex)
getDataLinksOnInterface |
List<LinkInterface> |
getDataLinksOnInterface(int nodeId,
String ipAddress)
getDataLinksOnInterface |
List<LinkInterface> |
getDataLinksOnNode(int nodeId)
getDataLinksOnNode |
String |
getHostname(String ipAddress)
Resolve an IP address to a DNS hostname via the database. |
Integer |
getIfIndex(int ipinterfaceid)
|
Integer |
getIfIndex(int nodeID,
String ipaddr)
|
static NetworkElementFactoryInterface |
getInstance(org.springframework.context.ApplicationContext appContext)
|
static NetworkElementFactoryInterface |
getInstance(javax.servlet.ServletContext servletContext)
|
Interface |
getInterface(int ipInterfaceId)
getInterface |
Interface |
getInterface(int nodeId,
String ipAddress)
getInterface |
Interface |
getInterface(int nodeId,
String ipAddress,
int ifIndex)
getInterface |
Interface[] |
getInterfacesWithIfAlias(int nodeId,
String ifAlias)
|
Interface[] |
getInterfacesWithIpAddress(String ipAddress)
getInterfacesWithIpAddress |
String |
getIpPrimaryAddress(int nodeId)
Find the IP address of the primary SNMP interface. |
IpRouteInterface[] |
getIpRoute(int nodeID)
getIpRoute |
Set<Integer> |
getLinkedNodeIdOnNode(int nodeID)
getLinkedNodeIdOnNode |
Set<Integer> |
getLinkedNodeIdOnNode(int nodeID,
Connection conn)
getLinkedNodeIdOnNode |
Set<Integer> |
getLinkedNodeIdOnNodes(Set<Integer> nodeIds,
Connection conn)
getLinkedNodeIdOnNodes |
OnmsNode |
getNode(int nodeId)
|
List<Integer> |
getNodeIdsWithIpLike(String iplike)
Returns all non-deleted nodes with an IP address like the rule given. |
String |
getNodeLabel(int nodeId)
|
List<OnmsNode> |
getNodesFromPhysaddr(String AtPhysAddr)
getNodesFromPhysaddr |
List<OnmsNode> |
getNodesLike(String nodeLabel)
Returns all non-deleted nodes that have the given nodeLabel substring somewhere in their nodeLabel. |
List<OnmsNode> |
getNodesLike(String nodeLabel,
int serviceId)
getNodesLike |
List<OnmsNode> |
getNodesLikeAndIpLike(String nodeLabel,
String iplike,
int serviceId)
getNodesLikeAndIpLike |
List<OnmsNode> |
getNodesWithCategories(String[] categories,
boolean onlyNodesWithDownAggregateStatus)
getNodesWithCategories |
List<OnmsNode> |
getNodesWithCategories(String[] categories1,
String[] categories2,
boolean onlyNodesWithDownAggregateStatus)
getNodesWithCategories |
List<OnmsNode> |
getNodesWithCategories(org.springframework.transaction.support.TransactionTemplate transTemplate,
String[] categories1,
boolean onlyNodesWithDownAggregateStatus)
getNodesWithCategories |
List<OnmsNode> |
getNodesWithCategories(org.springframework.transaction.support.TransactionTemplate transTemplate,
String[] categories1,
String[] categories2,
boolean onlyNodesWithDownAggregateStatus)
getNodesWithCategories |
List<OnmsNode> |
getNodesWithIfAlias(String ifAlias)
Returns all non-deleted nodes that contain the given string in an ifAlias |
List<OnmsNode> |
getNodesWithIpLike(String iplike)
|
List<OnmsNode> |
getNodesWithIpLike(String iplike,
int serviceId)
getNodesWithIpLike |
List<OnmsNode> |
getNodesWithPhysAddr(String macAddr)
Returns all non-deleted nodes that have the given mac. |
List<OnmsNode> |
getNodesWithPhysAddrAtInterface(String macAddr)
Returns all non-deleted nodes with a MAC address like the rule given from AtInterface. |
List<OnmsNode> |
getNodesWithPhysAddrFromSnmpInterface(String macAddr)
Returns all non-deleted nodes with a MAC address like the rule given from SnmpInterface. |
List<OnmsNode> |
getNodesWithService(int serviceId)
Returns all non-deleted nodes that have the given service. |
Service |
getService(int ifServiceId)
Return the service specified by the node identifier, IP address, and service identifier. |
Service |
getService(int nodeId,
String ipAddress,
int serviceId)
Return the service specified by the node identifier, IP address, and service identifier. |
int |
getServiceIdFromName(String serviceName)
getServiceIdFromName |
Map<Integer,String> |
getServiceIdToNameMap()
getServiceIdToNameMap |
String |
getServiceNameFromId(int serviceId)
getServiceNameFromId |
Map<String,Integer> |
getServiceNameToIdMap()
getServiceNameToIdMap |
Service[] |
getServicesOnInterface(int nodeId,
String ipAddress)
getServicesOnInterface |
Service[] |
getServicesOnInterface(int nodeId,
String ipAddress,
boolean includeDeletions)
getServicesOnInterface |
Service[] |
getServicesOnNode(int nodeId)
Get the list of all services on a given node. |
Service[] |
getServicesOnNode(int nodeId,
int serviceId)
Get the list of all instances of a specific service on a given node. |
Interface |
getSnmpInterface(int nodeId,
int ifIndex)
Get interface from snmpinterface table. |
StpInterface[] |
getStpInterface(int nodeID)
getStpInterface |
StpInterface[] |
getStpInterface(int nodeID,
int ifindex)
getStpInterface |
StpNode[] |
getStpNode(int nodeID)
getStpNode |
Vlan[] |
getVlansOnNode(int nodeID)
getVlansOnNode |
boolean |
isBridgeNode(int nodeID)
isBridgeNode |
boolean |
isParentNode(int nodeId)
isParentNode |
boolean |
isRouteInfoNode(int nodeID)
isRouteInfoNode |
protected static Interface[] |
rs2Interfaces(ResultSet rs)
This method returns the data from the result set as an vector of ipinterface objects. |
protected static Service[] |
rs2Services(ResultSet rs)
rs2Services |
protected static Interface[] |
rs2SnmpInterfaces(ResultSet rs)
This method returns the data from the result set as an vector of interface objects for non-ip interfaces. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map<String,Integer> serviceName2IdMap
protected Map<Integer,String> serviceId2NameMap
| Constructor Detail |
|---|
public NetworkElementFactory()
| Method Detail |
|---|
public static NetworkElementFactoryInterface getInstance(javax.servlet.ServletContext servletContext)
public static NetworkElementFactoryInterface getInstance(org.springframework.context.ApplicationContext appContext)
public String getNodeLabel(int nodeId)
getNodeLabel in interface NetworkElementFactoryInterfacepublic String getIpPrimaryAddress(int nodeId)
NetworkElementFactoryInterface
getIpPrimaryAddress in interface NetworkElementFactoryInterfacenodeId - an int.
public OnmsNode getNode(int nodeId)
getNode in interface NetworkElementFactoryInterfacepublic List<OnmsNode> getAllNodes()
NetworkElementFactoryInterface
getAllNodes in interface NetworkElementFactoryInterfaceOnmsNode objects.public List<OnmsNode> getNodesLike(String nodeLabel)
NetworkElementFactoryInterface
getNodesLike in interface NetworkElementFactoryInterfacenodeLabel - a String object.
OnmsNode objects.public List<OnmsNode> getNodesWithIpLike(String iplike)
getNodesWithIpLike in interface NetworkElementFactoryInterfacepublic List<OnmsNode> getNodesWithService(int serviceId)
NetworkElementFactoryInterface
getNodesWithService in interface NetworkElementFactoryInterfaceserviceId - a int.
OnmsNode objects.public List<OnmsNode> getNodesWithPhysAddr(String macAddr)
NetworkElementFactoryInterface
getNodesWithPhysAddr in interface NetworkElementFactoryInterfacemacAddr - a String object.
OnmsNode objects.public List<OnmsNode> getNodesWithPhysAddrAtInterface(String macAddr)
NetworkElementFactoryInterface
getNodesWithPhysAddrAtInterface in interface NetworkElementFactoryInterfacemacAddr - a String object.
OnmsNode objects.public List<OnmsNode> getNodesWithPhysAddrFromSnmpInterface(String macAddr)
NetworkElementFactoryInterface
getNodesWithPhysAddrFromSnmpInterface in interface NetworkElementFactoryInterfacemacAddr - a String object.
OnmsNode objects.public List<OnmsNode> getNodesWithIfAlias(String ifAlias)
NetworkElementFactoryInterface
getNodesWithIfAlias in interface NetworkElementFactoryInterfaceifAlias - a String object.
public String getHostname(String ipAddress)
NetworkElementFactoryInterface
getHostname in interface NetworkElementFactoryInterfaceipAddress - a String object.
String object.public Integer getIfIndex(int ipinterfaceid)
getIfIndex in interface NetworkElementFactoryInterface
public Integer getIfIndex(int nodeID,
String ipaddr)
getIfIndex in interface NetworkElementFactoryInterfacepublic Interface getInterface(int ipInterfaceId)
NetworkElementFactoryInterfacegetInterface
getInterface in interface NetworkElementFactoryInterfaceipInterfaceId - a int.
Interface object.
public Interface getInterface(int nodeId,
String ipAddress)
NetworkElementFactoryInterfacegetInterface
getInterface in interface NetworkElementFactoryInterfacenodeId - a int.ipAddress - a String object.
Interface object.
public Interface getInterface(int nodeId,
String ipAddress,
int ifIndex)
NetworkElementFactoryInterfacegetInterface
getInterface in interface NetworkElementFactoryInterfacenodeId - a int.ipAddress - a String object.
Interface object.
public Interface getSnmpInterface(int nodeId,
int ifIndex)
NetworkElementFactoryInterface
getSnmpInterface in interface NetworkElementFactoryInterfacenodeId - a int.ifIndex - a int.
public Interface[] getInterfacesWithIpAddress(String ipAddress)
NetworkElementFactoryInterfacegetInterfacesWithIpAddress
getInterfacesWithIpAddress in interface NetworkElementFactoryInterfaceipAddress - a String object.
Interface objects.
public Interface[] getInterfacesWithIfAlias(int nodeId,
String ifAlias)
getInterfacesWithIfAlias in interface NetworkElementFactoryInterfacepublic Interface[] getAllInterfacesOnNode(int nodeId)
NetworkElementFactoryInterfacegetAllInterfacesOnNode
getAllInterfacesOnNode in interface NetworkElementFactoryInterfacenodeId - a int.
Interface objects.public Interface[] getAllSnmpInterfacesOnNode(int nodeId)
NetworkElementFactoryInterface
getAllSnmpInterfacesOnNode in interface NetworkElementFactoryInterfacenodeId - a int.
public Interface[] getActiveInterfacesOnNode(int nodeId)
NetworkElementFactoryInterfacegetActiveInterfacesOnNode
getActiveInterfacesOnNode in interface NetworkElementFactoryInterfacenodeId - a int.
Interface objects.public Interface[] getAllInterfaces()
NetworkElementFactoryInterfacegetAllInterfaces
getAllInterfaces in interface NetworkElementFactoryInterfaceInterface objects.public Interface[] getAllInterfaces(boolean includeSnmp)
getAllInterfaces in interface NetworkElementFactoryInterfacepublic Interface[] getAllManagedIpInterfaces(boolean includeSNMP)
NetworkElementFactoryInterfacegetAllManagedIpInterfaces
getAllManagedIpInterfaces in interface NetworkElementFactoryInterfaceincludeSNMP - a boolean.
Interface objects.
public Service getService(int nodeId,
String ipAddress,
int serviceId)
NetworkElementFactoryInterfaceNote that if there are both an active service and historically deleted services with this (nodeid, ipAddress, serviceId) key, then the active service will be returned. If there are only deleted services, then the first deleted service will be returned.
getService in interface NetworkElementFactoryInterfacenodeId - a int.ipAddress - a String object.serviceId - a int.
Service object.public Service getService(int ifServiceId)
NetworkElementFactoryInterfaceNote that if there are both an active service and historically deleted services with this (nodeid, ipAddress, serviceId) key, then the active service will be returned. If there are only deleted services, then the first deleted service will be returned.
getService in interface NetworkElementFactoryInterfaceifServiceId - a int.
Service object.public Service[] getAllServices()
NetworkElementFactoryInterfacegetAllServices
getAllServices in interface NetworkElementFactoryInterfaceService objects.
public Service[] getServicesOnInterface(int nodeId,
String ipAddress)
NetworkElementFactoryInterfacegetServicesOnInterface
getServicesOnInterface in interface NetworkElementFactoryInterfacenodeId - a int.ipAddress - a String object.
Service objects.
public Service[] getServicesOnInterface(int nodeId,
String ipAddress,
boolean includeDeletions)
NetworkElementFactoryInterfacegetServicesOnInterface
getServicesOnInterface in interface NetworkElementFactoryInterfacenodeId - a int.ipAddress - a String object.includeDeletions - a boolean.
Service objects.public Service[] getServicesOnNode(int nodeId)
NetworkElementFactoryInterface
getServicesOnNode in interface NetworkElementFactoryInterfacenodeId - a int.
Service objects.
public Service[] getServicesOnNode(int nodeId,
int serviceId)
NetworkElementFactoryInterface
getServicesOnNode in interface NetworkElementFactoryInterfacenodeId - a int.serviceId - a int.
Service objects.
public AtInterface getAtInterfaceForOnmsNode(OnmsNode onmsNode,
String ipAddr)
protected static Interface[] rs2Interfaces(ResultSet rs)
throws SQLException
rs - a ResultSet object.
Interface objects.
SQLException - if any.
protected static Interface[] rs2SnmpInterfaces(ResultSet rs)
throws SQLException
rs - a ResultSet object.
SQLException - if any.
protected static void augmentInterfacesWithSnmpData(Interface[] intfs,
Connection conn)
throws SQLException
augmentInterfacesWithSnmpData
intfs - an array of Interface objects.conn - a Connection object.
SQLException - if any.
protected static Service[] rs2Services(ResultSet rs)
throws SQLException
rs2Services
rs - a ResultSet object.
Service objects.
SQLException - if any.public String getServiceNameFromId(int serviceId)
NetworkElementFactoryInterfacegetServiceNameFromId
getServiceNameFromId in interface NetworkElementFactoryInterfaceserviceId - a int.
String object.public int getServiceIdFromName(String serviceName)
NetworkElementFactoryInterfacegetServiceIdFromName
getServiceIdFromName in interface NetworkElementFactoryInterfaceserviceName - a String object.
public Map<Integer,String> getServiceIdToNameMap()
NetworkElementFactoryInterfacegetServiceIdToNameMap
getServiceIdToNameMap in interface NetworkElementFactoryInterfacepublic Map<String,Integer> getServiceNameToIdMap()
NetworkElementFactoryInterfacegetServiceNameToIdMap
getServiceNameToIdMap in interface NetworkElementFactoryInterfaceprotected void createServiceIdNameMaps()
public List<OnmsNode> getNodesLikeAndIpLike(String nodeLabel,
String iplike,
int serviceId)
NetworkElementFactoryInterfacegetNodesLikeAndIpLike
getNodesLikeAndIpLike in interface NetworkElementFactoryInterfacenodeLabel - a String object.iplike - a String object.serviceId - a int.
OnmsNode objects.
public List<OnmsNode> getNodesLike(String nodeLabel,
int serviceId)
NetworkElementFactoryInterfacegetNodesLike
getNodesLike in interface NetworkElementFactoryInterfacenodeLabel - a String object.serviceId - a int.
OnmsNode objects.
public List<OnmsNode> getNodesWithIpLike(String iplike,
int serviceId)
NetworkElementFactoryInterfacegetNodesWithIpLike
getNodesWithIpLike in interface NetworkElementFactoryInterfaceiplike - a String object.serviceId - a int.
OnmsNode objects.public List<OnmsNode> getAllNodes(int serviceId)
NetworkElementFactoryInterfacegetAllNodes
getAllNodes in interface NetworkElementFactoryInterfaceserviceId - a int.
OnmsNode objects.public List<OnmsNode> getNodesFromPhysaddr(String AtPhysAddr)
NetworkElementFactoryInterfacegetNodesFromPhysaddr
getNodesFromPhysaddr in interface NetworkElementFactoryInterfaceAtPhysAddr - a String object.
OnmsNode objects.
public AtInterface getAtInterface(int nodeID,
String ipaddr,
javax.servlet.ServletContext servletContext)
throws SQLException
getAtInterface
nodeID - a int.ipaddr - a String object.
AtInterface object.
SQLException - if any.
public AtInterface getAtInterface(int nodeId,
String ipAddr)
getAtInterface in interface NetworkElementFactoryInterfacepublic IpRouteInterface[] getIpRoute(int nodeID)
getIpRoute
getIpRoute in interface NetworkElementFactoryInterfacenodeID - a int.
IpRouteInterface objects.
SQLException - if any.public boolean isParentNode(int nodeId)
NetworkElementFactoryInterfaceisParentNode
isParentNode in interface NetworkElementFactoryInterface
public boolean isBridgeNode(int nodeID)
throws SQLException
isBridgeNode
isBridgeNode in interface NetworkElementFactoryInterfacenodeID - a int.
SQLException - if any.
public boolean isRouteInfoNode(int nodeID)
throws SQLException
isRouteInfoNode
isRouteInfoNode in interface NetworkElementFactoryInterfacenodeID - a int.
SQLException - if any.
public Set<Integer> getLinkedNodeIdOnNode(int nodeID)
throws SQLException
getLinkedNodeIdOnNode
getLinkedNodeIdOnNode in interface NetworkElementFactoryInterfacenodeID - a int.
Set object.
SQLException - if any.
public Set<Integer> getLinkedNodeIdOnNode(int nodeID,
Connection conn)
throws SQLException
getLinkedNodeIdOnNode
nodeID - a int.conn - a Connection object.
Set object.
SQLException - if any.
public Set<Integer> getLinkedNodeIdOnNodes(Set<Integer> nodeIds,
Connection conn)
throws SQLException
getLinkedNodeIdOnNodes
nodeIds - a Set object.conn - a Connection object.
Set object.
SQLException - if any.public List<LinkInterface> getDataLinksOnNode(int nodeId)
NetworkElementFactoryInterfacegetDataLinksOnNode
getDataLinksOnNode in interface NetworkElementFactoryInterfacenodeId - a int.
LinkInterface objects.
public List<LinkInterface> getDataLinksOnInterface(int nodeId,
String ipAddress)
NetworkElementFactoryInterfacegetDataLinksOnInterface
getDataLinksOnInterface in interface NetworkElementFactoryInterfacenodeId - a int.ipAddress - a String.
LinkInterface objects.public List<LinkInterface> getDataLinksOnInterface(int id)
NetworkElementFactoryInterfacegetDataLinksOnInterface
getDataLinksOnInterface in interface NetworkElementFactoryInterfaceLinkInterface objects.
public List<LinkInterface> getDataLinksOnInterface(int nodeId,
int ifIndex)
NetworkElementFactoryInterfacegetDataLinksOnInterface
getDataLinksOnInterface in interface NetworkElementFactoryInterfacenodeId - a int.ifIndex - a int.
LinkInterface objects.
public Vlan[] getVlansOnNode(int nodeID)
throws SQLException
getVlansOnNode
getVlansOnNode in interface NetworkElementFactoryInterfacenodeID - a int.
Vlan objects.
SQLException - if any.
public StpInterface[] getStpInterface(int nodeID)
throws SQLException
getStpInterface
getStpInterface in interface NetworkElementFactoryInterfacenodeID - a int.
StpInterface objects.
SQLException - if any.
public StpInterface[] getStpInterface(int nodeID,
int ifindex)
throws SQLException
getStpInterface
getStpInterface in interface NetworkElementFactoryInterfacenodeID - a int.ifindex - a int.
StpInterface objects.
SQLException - if any.
public StpNode[] getStpNode(int nodeID)
throws SQLException
getStpNode
getStpNode in interface NetworkElementFactoryInterfacenodeID - a int.
StpNode objects.
SQLException - if any.public List<Integer> getNodeIdsWithIpLike(String iplike)
NetworkElementFactoryInterface
getNodeIdsWithIpLike in interface NetworkElementFactoryInterfaceiplike - a String object.
List object.
public List<OnmsNode> getNodesWithCategories(org.springframework.transaction.support.TransactionTemplate transTemplate,
String[] categories1,
boolean onlyNodesWithDownAggregateStatus)
NetworkElementFactoryInterfacegetNodesWithCategories
getNodesWithCategories in interface NetworkElementFactoryInterfacetransTemplate - a TransactionTemplate object.categories1 - an array of String objects.onlyNodesWithDownAggregateStatus - a boolean.
OnmsNode objects.
public List<OnmsNode> getNodesWithCategories(String[] categories,
boolean onlyNodesWithDownAggregateStatus)
NetworkElementFactoryInterfacegetNodesWithCategories
getNodesWithCategories in interface NetworkElementFactoryInterfaceonlyNodesWithDownAggregateStatus - a boolean.
OnmsNode objects.
public List<OnmsNode> getNodesWithCategories(org.springframework.transaction.support.TransactionTemplate transTemplate,
String[] categories1,
String[] categories2,
boolean onlyNodesWithDownAggregateStatus)
NetworkElementFactoryInterfacegetNodesWithCategories
getNodesWithCategories in interface NetworkElementFactoryInterfacetransTemplate - a TransactionTemplate object.categories1 - an array of String objects.categories2 - an array of String objects.onlyNodesWithDownAggregateStatus - a boolean.
OnmsNode objects.
public List<OnmsNode> getNodesWithCategories(String[] categories1,
String[] categories2,
boolean onlyNodesWithDownAggregateStatus)
NetworkElementFactoryInterfacegetNodesWithCategories
getNodesWithCategories in interface NetworkElementFactoryInterfacecategories1 - an array of String objects.categories2 - an array of String objects.onlyNodesWithDownAggregateStatus - a boolean.
OnmsNode objects.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||