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

@Deprecated
public abstract class ConnectivityBase
extends Object
implements Serializable
Deprecated.
This class is deprecated and will be removed in future releases. Consider using Database API instead.
Author:
AnyLogic North America, LLC https://anylogic.com
See Also:
Serialized Form

Method Summary

Modifier and TypeMethodDescription
final voiddestroy()
Deprecated.
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()
Deprecated.
Returns the name of this object
StringtoString()
Deprecated.
 

Methods inherited from class java.lang.Object

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

Method Details

getName

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

destroy

public final void destroy()
Deprecated.
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()
Deprecated.
Overrides:
toString in class Object