AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Database, DatabaseAccessor

public abstract class ConnectivityBase
extends Object
implements Serializable
Base class for all connectivity objects
Author:
AnyLogic North America, LLC https://anylogic.com
See Also:
Serialized Form

Method Summary

Modifier and TypeMethodDescription
final voiddestroy()
Releases resources acquired by this object
Also destroys all not destroyed contributors associated with this object

Doest nothing if object is already destroyed
final StringgetName()
Returns the name of this object
StringtoString() 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Method Details

getName

public final String getName()
Returns the name of this object
Returns:
the name of this object

destroy

public final void destroy()
Releases resources acquired by this object
Also destroys all not destroyed contributors associated with this object

Doest nothing if object is already destroyed

toString

public String toString()
Overrides:
toString in class Object